Project

General

Profile

« Previous | Next » 

Revision 2001

Added by Dietmar almost 11 years ago

14 Nov-2013 Build 2001 Dietmar Woellbrink (Luisehahne)
! /framework/class.wb.php::ShowMaintainScreen add locked maintenance message
  1. /framework/initialize.php::readConfiguration taken back last change (Revision 1996)

View differences:

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