1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 20:57:26 +02:00

More cron tweaking

This commit is contained in:
CaMer0n
2009-10-24 10:45:17 +00:00
parent 4dabb0b3e3
commit bdf8262106

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_admin/cron.php,v $ | $Source: /cvs_backup/e107_0.8/e107_admin/cron.php,v $
| $Revision: 1.9 $ | $Revision: 1.10 $
| $Date: 2009-10-24 10:39:42 $ | $Date: 2009-10-24 10:45:17 $
| $Author: e107coders $ | $Author: e107coders $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -128,10 +128,9 @@ class cron
if(!$active) if(!$active)
{ {
$setpwd_message = "Use the following Cron Command: <b style='color:black'>".$_SERVER['DOCUMENT_ROOT'].e_HTTP."cron.php ".$pref['e_cron_pwd']."</b><br />
$setpwd_message = "Use the following Cron Command: <b style='color:black'>".$_SERVER['DOCUMENT_ROOT'].e_HTTP."cron.php ".$pref['e_cron_pwd']."</b><br /> Please create a crontab to run this command on your server every minute.";
Please configure your webserver cron to run this command every minute."; $mes->add($setpwd_message, E_MESSAGE_INFO);
$mes->add($setpwd_message, E_MESSAGE_INFO);
} }
} }