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

Addition debug information added

This commit is contained in:
Cameron
2014-10-22 21:20:08 -07:00
parent 933dd3db44
commit 71272ae922

View File

@@ -42,6 +42,9 @@ require_once(realpath(dirname(__FILE__)."/class2.php"));
Stored in e107: ".$pref['e_cron_pwd']."<br /><br />
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']);
exit;