Update index.php

This commit is contained in:
Namhyeon Go 2019-10-13 20:24:23 +09:00 committed by GitHub
parent a0f8c5aa79
commit 2f4d02de1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,8 +80,11 @@ foreach($load_systems as $system_name) {
}
}
// set scope: config
set_scope("config", read_config());
// get config
$config = get_config();
$config = get_scope("config");
// set max_execution_time
$max_execution_time = get_value_in_array("max_execution_time", $config, 0);