From 2d822e3b95c70f2640b2b079bcca3b1be2dc916e Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 27 Nov 2013 00:05:48 +0100 Subject: add warning for HTTP connection --- settings/templates/admin.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'settings/templates') diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 253a7ff5f50..5d170a62f2e 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -15,6 +15,20 @@ $levelLabels = array( +
+

t('Security Warning'));?>

+ + + t('You are accessing %s with HTTP. We strongly suggest to setup and use HTTPS.', $theme->getTitle())); ?> + + +
+ -- cgit v1.2.3