Update index.php

This commit is contained in:
Namhyeon Go 2019-10-13 20:36:55 +09:00 committed by GitHub
parent f1ee9dfc54
commit a855a7dc0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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