diff options
Diffstat (limited to 'cron.php')
-rw-r--r-- | cron.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ include_once "includes/common.inc"; ** If not in 'safe mode', increase the maximum execution time: */ -if (!get_cfg_var("safe_mode")) { +if (!ini_get("safe_mode")) { set_time_limit(240); } |