Update index.php

This commit is contained in:
Namhyeon Go 2020-01-29 20:43:38 +09:00 committed by GitHub
parent 6c80d9e478
commit 39b2536a09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,6 @@ $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);