From cc00aba7cf687ce09d48c0f7a509d0b9d9437d2a Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 28 Jul 2015 08:37:07 +0200 Subject: [stable8] add note about SSL in admin settings * reborn #16867 * fixes #16778 --- settings/templates/admin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 9d7e183eace..9f1a3c3a6f7 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -418,6 +418,7 @@ if ($_['cronErrors']) { 'Please connect to your %s via HTTPS to enable or disable the SSL enforcement.', $theme->getName() )); + p(' Please note: You need to configure SSL within your webserver configuration first.'); print_unescaped(""); } ?> -- cgit v1.2.3