]> git.mxchange.org Git - mailer.git/blobdiff - modules.php
Password reset for admin login added (still buggy if cache is installed and sql_patch...
[mailer.git] / modules.php
index e85392bba4d1aed9c0ec7f4a99d412649d89068f..f8fbe88fb7616f5c9e4bc5ae0d07c857426929ee 100644 (file)
@@ -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);