mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 04:41:53 +02:00
Removed redundant PHP tags from LAN files.
This commit is contained in:
@@ -172,13 +172,13 @@ class _system_cron
|
||||
$message .= "<pre>".print_r(error_get_last(), true)."</pre>";
|
||||
$message .= "<h3>HEADERS LIST</h3>";
|
||||
$message .= "<pre>".print_r(headers_list(),true)."</pre>";
|
||||
$message .= "<h3>Included Files</h3>";
|
||||
$included_files = get_included_files();
|
||||
// $message .= "<h3>Included Files</h3>";
|
||||
/* $included_files = get_included_files();
|
||||
|
||||
foreach ($included_files as $filename)
|
||||
{
|
||||
$message .= $filename."<br />";
|
||||
}
|
||||
}*/
|
||||
|
||||
$eml = array(
|
||||
'subject' => "TEST Email Sent by cron. ".date("r"),
|
||||
|
Reference in New Issue
Block a user