From 0ed0909b032d9d3692fc41ac654461f0c0db0dda Mon Sep 17 00:00:00 2001 From: secretr Date: Fri, 7 Jan 2011 10:21:47 +0000 Subject: [PATCH] cron administration - always show instructions --- e107_admin/cron.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_admin/cron.php b/e107_admin/cron.php index fdc5e5233..fbcc0ff1c 100644 --- a/e107_admin/cron.php +++ b/e107_admin/cron.php @@ -145,7 +145,7 @@ class cron { $mes->add("Please CHMOD /cron.php to 755", E_MESSAGE_WARNING); } - elseif (!$active) + //elseif (!$active) - always show instructions { $setpwd_message = "Use the following Cron Command: ".$_SERVER['DOCUMENT_ROOT'].e_HTTP."cron.php ".$pref['e_cron_pwd']."
Using your server control panel (eg. cPanel,Plesk etc.) please create a crontab to run this command on your server every minute.";