From 6db29f35e98ad7a959c1db2392ba9f0a02f0149f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 21 Apr 2003 12:23:16 +0000 Subject: - Made cron.php add a watchdog entry upon completion. --- cron.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cron.php b/cron.php index 37dd33192..140a4202f 100644 --- a/cron.php +++ b/cron.php @@ -8,7 +8,7 @@ include_once "includes/common.inc"; */ if (!get_cfg_var("safe_mode")) { - set_time_limit(180); + set_time_limit(240); } /* @@ -19,4 +19,5 @@ foreach (module_list() as $module) { module_invoke($module, "cron"); } -?> \ No newline at end of file +watchdog("message", "cron run completed"); +?> -- cgit v1.2.3