Update index.php
This commit is contained in:
parent
d05b665207
commit
564180cb83
|
@ -25,7 +25,7 @@ foreach($load_systems as $system_name) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// get config
|
// get config
|
||||||
$config = get_scope("config");
|
$config = get_config("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