From: Roland Häder Date: Sun, 4 Oct 2009 22:40:15 +0000 (+0000) Subject: Comment added X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=61dec4b03dbfb49cbbeb19628d966c6e34f3b59a Comment added --- diff --git a/modules.php b/modules.php index 0d26db9cf0..ade1260209 100644 --- a/modules.php +++ b/modules.php @@ -60,6 +60,8 @@ loadIncludeOnce('inc/header.php'); // 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'));