Update index.php

This commit is contained in:
Namhyeon Go 2018-04-13 15:08:34 +09:00 committed by GitHub
parent d05b665207
commit 564180cb83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);