Comment added
authorRoland Häder <roland@mxchange.org>
Sun, 4 Oct 2009 22:40:15 +0000 (22:40 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 4 Oct 2009 22:40:15 +0000 (22:40 +0000)
modules.php

index 0d26db9cf0367e5f4f55f78e8f9dc4b55c09443e..ade12602091f1f9626d83c713a77fa6c401da7e8 100644 (file)
@@ -60,6 +60,8 @@ loadIncludeOnce('inc/header.php');
 
 // Modules are by default not valid!
 $isModuleValid = false; $check = 'failed';
 
 // Modules are by default not valid!
 $isModuleValid = false; $check = 'failed';
+
+// Is the maintenance mode active or goes all well?
 if ((getConfig('maintenance') == 'Y') && (!IS_ADMIN()) && (getModule() != 'admin')) {
        // Maintain mode is active and you are no admin
        addFatalMessage(__FILE__, __LINE__, getMessage('LANG_DOWN_MAINTAINCE'));
 if ((getConfig('maintenance') == 'Y') && (!IS_ADMIN()) && (getModule() != 'admin')) {
        // Maintain mode is active and you are no admin
        addFatalMessage(__FILE__, __LINE__, getMessage('LANG_DOWN_MAINTAINCE'));