diff options
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php index a753f7b66..c6078e65f 100644 --- a/update.php +++ b/update.php @@ -15,7 +15,7 @@ // Disable access checking? $access_check = 1; -if (!get_cfg_var("safe_mode")) { +if (!ini_get("safe_mode")) { set_time_limit(180); } |