diff options
Diffstat (limited to 'core/config/config.php')
| -rw-r--r-- | core/config/config.php | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/core/config/config.php b/core/config/config.php index 3bdb70c1..d120b24b 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -126,3 +126,10 @@ if (TEST_MODE) {                 array(MODPATH . 'gallery_unit_test',                       MODPATH . 'unit_test'));  } + +/** + * Setting the maintenance_mode to block all non administrative access.  In + * this mode a user can attempt to logon, but will be unable to access anything. + * The application will be have normally if an adminstrator logs on. + */ +//$config["maintenance_mode"] = true;  | 
