diff --git a/e107_admin/cron.php b/e107_admin/cron.php index 3eeff3116..1ce7f8a49 100644 --- a/e107_admin/cron.php +++ b/e107_admin/cron.php @@ -329,7 +329,7 @@ class cron_admin_ui extends e_admin_ui { $mes->add("Please CHMOD /cron.php to 755 ", E_MESSAGE_WARNING); } - //elseif (!$active) - always show instructions + elseif (!$active) // 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.";