diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-07-28 08:37:07 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-07-28 08:37:07 +0200 |
commit | cc00aba7cf687ce09d48c0f7a509d0b9d9437d2a (patch) | |
tree | 7c9b3876d656533137d69e1ce92d5a0dac51d048 /settings | |
parent | b186a7822c0ce1c16f8e76d9925d01850d235772 (diff) | |
download | nextcloud-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.php | 1 |
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>"); } ?> |