From 993b7aeefde5905cea73d2f22bb65a550b9358aa Mon Sep 17 00:00:00 2001 From: CaMer0n Date: Sat, 24 Oct 2009 10:48:11 +0000 Subject: [PATCH] More cron tweaking --- e107_admin/cron.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_admin/cron.php b/e107_admin/cron.php index ce627b315..b52ed7dba 100644 --- a/e107_admin/cron.php +++ b/e107_admin/cron.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_admin/cron.php,v $ -| $Revision: 1.10 $ -| $Date: 2009-10-24 10:45:17 $ +| $Revision: 1.11 $ +| $Date: 2009-10-24 10:48:11 $ | $Author: e107coders $ +----------------------------------------------------------------------------+ */ @@ -129,7 +129,7 @@ class cron if(!$active) { $setpwd_message = "Use the following Cron Command: ".$_SERVER['DOCUMENT_ROOT'].e_HTTP."cron.php ".$pref['e_cron_pwd']."
- Please create a crontab to run this command on your server every minute."; + Using your server control panel (eg. cPanel,Plesk etc.) please create a crontab to run this command on your server every minute."; $mes->add($setpwd_message, E_MESSAGE_INFO); } }