Project

General

Profile

« Previous | Next » 

Revision a8a5bdfc

Added by Scott Ullrich over 19 years ago

$noparseconfig is supposed to be global here

View differences:

etc/inc/config.inc
251 251
 *   null
252 252
 ******/
253 253
function parse_config_bootup() {
254
	global $config, $g;
254
	global $config, $g, $noparseconfig;
255 255
	if (!$noparseconfig) {
256 256
		if (!file_exists("{$g['conf_path']}/config.xml")) {
257 257
			config_lock();

Also available in: Unified diff