Update index.php

This commit is contained in:
Namhyeon Go 2020-01-29 20:41:17 +09:00 committed by GitHub
parent 4d51c91b22
commit d91ae7cc04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,6 +88,7 @@ $config = get_config();
// set shared vars (1.6: changed calling convention for lagacy PHP)
set_shared_var("dbc", get_db_connect());
set_shared_var("requests", read_requests());
set_shared_var("config", $config);
// set max_execution_time
$max_execution_time = get_value_in_array("max_execution_time", $config, 0);