From 61dec4b03dbfb49cbbeb19628d966c6e34f3b59a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 4 Oct 2009 22:40:15 +0000 Subject: [PATCH] Comment added --- modules.php | 2 ++ 1 file changed, 2 insertions(+) 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')); -- 2.30.2