Revision 2001
Added by Dietmar almost 11 years ago
initialize.php | ||
---|---|---|
115 | 115 |
if(is_readable($sSetupFile)) { |
116 | 116 |
$aCfg = parse_ini_file($sSetupFile, true); |
117 | 117 |
foreach($aCfg['Constants'] as $key=>$value) { |
118 |
switch(strtoupper($key)):
|
|
118 |
switch($key):
|
|
119 | 119 |
case 'DEBUG': |
120 | 120 |
$value = filter_var($value, FILTER_VALIDATE_BOOLEAN); |
121 | 121 |
if(!defined('DEBUG')) { define('DEBUG', $value); } |
Also available in: Unified diff
! /framework/class.wb.php::ShowMaintainScreen add locked maintenance message