From: quix0r Date: Sun, 4 Oct 2009 22:40:15 +0000 (+0000) Subject: Comment added X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c0cb9c1d8c1c225baa145d2da47b057e4364bc3a;p=mailer.git 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'));