Update index.php
This commit is contained in:
parent
a0f8c5aa79
commit
2f4d02de1d
|
@ -80,8 +80,11 @@ foreach($load_systems as $system_name) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// set scope: config
|
||||||
|
set_scope("config", read_config());
|
||||||
|
|
||||||
// get config
|
// get config
|
||||||
$config = get_config();
|
$config = get_scope("config");
|
||||||
|
|
||||||
// set max_execution_time
|
// set max_execution_time
|
||||||
$max_execution_time = get_value_in_array("max_execution_time", $config, 0);
|
$max_execution_time = get_value_in_array("max_execution_time", $config, 0);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user