From 7885d2e39b636f94e6fe1f7b9ae01e0744309027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=EF=BF=BD=EF=BF=BD?= Date: Fri, 21 Nov 2014 17:33:18 +0000 Subject: [PATCH] add variable to disable https warning - it's up to the admin after all to configure their stuff --- bureau/admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bureau/admin/index.php b/bureau/admin/index.php index d3ca1d8a..97f95c82 100644 --- a/bureau/admin/index.php +++ b/bureau/admin/index.php @@ -74,7 +74,7 @@ if ( empty($logo) || ! $logo ) {
' . sprintf(_('WARNING: you are trying to access the control panel insecurely, click here to go to secure mode'), $_SERVER["HTTP_HOST"]) . ''; } ?>