From 016da482426d7ab331c417db3f5762f5be248bdd Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 18 Feb 2020 12:23:13 +0900 Subject: [PATCH] Update config.php --- system/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/config.php b/system/config.php index 70e6d2a..d1027f8 100644 --- a/system/config.php +++ b/system/config.php @@ -147,7 +147,7 @@ if(!is_fn("set_max_execution_time")) { function set_max_execution_time($time) { if($time > -1) { @ini_set("max_execution_time", $time); - @set_time_limit($time); + //@set_time_limit($time); } } }