From b6263ede846d779f15ab626fc160cf401c4809aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 26 Sep 2016 09:20:08 +0200 Subject: [PATCH] Use example.com as example domain MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- libraries/config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/config.default.php b/libraries/config.default.php index 33460c134a..2d68231cab 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -23,7 +23,7 @@ * Your phpMyAdmin URL. * * Complete the variable below with the full URL ie - * http://www.your_web.net/path_to_your_phpMyAdmin_directory/ + * https://example.com/path_to_your_phpMyAdmin_directory/ * * It must contain characters that are valid for a URL, and the path is * case sensitive on some Web servers, for example Unix-based servers.