mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
Addition debug information added
This commit is contained in:
3
cron.php
3
cron.php
@@ -43,6 +43,9 @@ require_once(realpath(dirname(__FILE__)."/class2.php"));
|
|||||||
You should regenerate the cron command in admin and enter it again in your server configuration.
|
You should regenerate the cron command in admin and enter it again in your server configuration.
|
||||||
";
|
";
|
||||||
|
|
||||||
|
$message .= "<h4>Debug Info</h4>";
|
||||||
|
$message .= print_r($_SERVER,true);
|
||||||
|
|
||||||
sendemail($pref['siteadminemail'], "e107 - Cron Schedule Misconfigured.", $message, $pref['siteadmin'],$pref['siteadminemail'], $pref['siteadmin']);
|
sendemail($pref['siteadminemail'], "e107 - Cron Schedule Misconfigured.", $message, $pref['siteadmin'],$pref['siteadminemail'], $pref['siteadmin']);
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user