summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-07-28 08:37:07 +0200
committerMorris Jobke <hey@morrisjobke.de>2015-07-28 08:37:07 +0200
commitcc00aba7cf687ce09d48c0f7a509d0b9d9437d2a (patch)
tree7c9b3876d656533137d69e1ce92d5a0dac51d048 /settings
parentb186a7822c0ce1c16f8e76d9925d01850d235772 (diff)
downloadnextcloud-server-cc00aba7cf687ce09d48c0f7a509d0b9d9437d2a.tar.gz
nextcloud-server-cc00aba7cf687ce09d48c0f7a509d0b9d9437d2a.zip
[stable8] add note about SSL in admin settings
* reborn #16867 * fixes #16778
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/admin.php1
1 files changed, 1 insertions, 0 deletions
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("</em>");
}
?>