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

cron administration - always show instructions

This commit is contained in:
secretr
2011-01-07 10:21:47 +00:00
parent 21487fc699
commit 0ed0909b03

View File

@@ -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: <b style='color:black'>".$_SERVER['DOCUMENT_ROOT'].e_HTTP."cron.php ".$pref['e_cron_pwd']."</b><br />
Using your server control panel (eg. cPanel,Plesk etc.) please create a crontab to run this command on your server every minute.";