From 30562fbc876196ecad39e3d966fa99d7b8ac4ab0 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Sun, 8 Nov 2015 17:29:43 -0500 Subject: [PATCH] Fixes #419 Fix footer on lockout screen --- inc/common.inc.php | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/inc/common.inc.php b/inc/common.inc.php index 62406c11..90dbf58e 100644 --- a/inc/common.inc.php +++ b/inc/common.inc.php @@ -1607,18 +1607,20 @@ function hesk_error($error, $showback = 1)
-
-
- :

- +
+ :

+  

-

' . $hesklang['warn'] . '
' . $hesklang['dmod'] . '

'; - } - ?> + if ($hesk_settings['debug_mode']) { + echo ' +

 

+

' . $hesklang['warn'] . '
' . $hesklang['dmod'] . '

'; + } + ?> +
+