X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=modules.php;h=e85392bba4d1aed9c0ec7f4a99d412649d89068f;hp=1019638b45a0e932a7e34e120ffb2c8e35ea7bd5;hb=180646e7ce31e2772267540bb813f4798fc88c06;hpb=c7f21c9eb494d8466447c1a199ec5621440d7ac8 diff --git a/modules.php b/modules.php index 1019638b45..e85392bba4 100644 --- a/modules.php +++ b/modules.php @@ -94,7 +94,7 @@ include (PATH."inc/header.php"); // Modules are by default not valid! $MOD_VALID = false; $check = "failed"; -if ((!empty($CONFIG['maintenance'])) && ($CONFIG['maintenance'] == 'Y') && (!IS_ADMIN()) && ($GLOBALS['module'] != "admin")) +if ((!empty($_CONFIG['maintenance'])) && ($_CONFIG['maintenance'] == 'Y') && (!IS_ADMIN()) && ($GLOBALS['module'] != "admin")) { // Maintain mode is active and you are no admin ADD_FATAL(LANG_DOWN_MAINTAINCE);