Update config.php

This commit is contained in:
Namhyeon Go 2020-02-18 12:23:13 +09:00 committed by GitHub
parent 47e5d97de2
commit 016da48242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,7 +147,7 @@ if(!is_fn("set_max_execution_time")) {
function set_max_execution_time($time) { function set_max_execution_time($time) {
if($time > -1) { if($time > -1) {
@ini_set("max_execution_time", $time); @ini_set("max_execution_time", $time);
@set_time_limit($time); //@set_time_limit($time);
} }
} }
} }