why easy if you could do it the hard way? :P
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -364,7 +364,7 @@ if ($page == 'overview') {
|
|||||||
$mail_body .= "-------------------------------------------------------------\n\n";
|
$mail_body .= "-------------------------------------------------------------\n\n";
|
||||||
$mail_body .= "Froxlor-version: ".$version."\n\n";
|
$mail_body .= "Froxlor-version: ".$version."\n\n";
|
||||||
$mail_body .= "End of report";
|
$mail_body .= "End of report";
|
||||||
$mail_html = str_replace("\n", "<br />", $mail_body);
|
$mail_html = nl2br($mail_body);
|
||||||
|
|
||||||
// send actual report to dev-team
|
// send actual report to dev-team
|
||||||
if (isset($_POST['send'])
|
if (isset($_POST['send'])
|
||||||
|
|||||||
Reference in New Issue
Block a user