summaryrefslogtreecommitdiff
path: root/www-ssl/inc/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/inc/header.php')
-rwxr-xr-xwww-ssl/inc/header.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/www-ssl/inc/header.php b/www-ssl/inc/header.php
index 6821d164..8d5a1341 100755
--- a/www-ssl/inc/header.php
+++ b/www-ssl/inc/header.php
@@ -66,6 +66,16 @@ if (isset($Page["AutoReload"])) {
</HEAD>
<BODY>
<?PHP
+
+if( isset($SystemDisableMessage))
+ if( strlen($SystemDisableMessage)>0)
+ {
+ echo $SystemDisableMessage;
+ echo "\n\n<BODY>\n</HTML>";
+ die();
+ }
+
+
if( !isset($Page["ShowTabel"]) ) $Page["ShowTabel"]="Y";
if( $Page["ShowTabel"]=="Y" )
{