summaryrefslogtreecommitdiffstats
path: root/usr/local/www/crash_reporter.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-02-06 23:32:43 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-02-06 23:32:43 -0500
commit4261af1dccc4db4a8096b65bad1929ce06b8a724 (patch)
tree720f7b30f2362a0b616f7bb54be7084b83e23068 /usr/local/www/crash_reporter.php
parente0a7f4410d8128e42f3301409fad636dd330ed99 (diff)
downloadpfsense-4261af1dccc4db4a8096b65bad1929ce06b8a724.zip
pfsense-4261af1dccc4db4a8096b65bad1929ce06b8a724.tar.gz
Include newlines
Diffstat (limited to 'usr/local/www/crash_reporter.php')
-rwxr-xr-xusr/local/www/crash_reporter.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/crash_reporter.php b/usr/local/www/crash_reporter.php
index afbc13e..d6eaf07 100755
--- a/usr/local/www/crash_reporter.php
+++ b/usr/local/www/crash_reporter.php
@@ -82,7 +82,7 @@ $crash_report_header = "Crash report begins. Anonymous machine information:\n\n
$crash_report_header .= php_uname("m") . "\n";
$crash_report_header .= php_uname("r") . "\n";
$crash_report_header .= php_uname("v") . "\n";
-$crash_report_header .= "\nCrash report details:\n\n";
+$crash_report_header .= "\nCrash report details:\n";
?>
@@ -119,7 +119,7 @@ $crash_report_header .= "\nCrash report details:\n\n";
$crash_reports .= $crash_report_header;
if(is_array($crash_files)) {
foreach($crash_files as $cf) {
- $crash_reports .= "Filename: {$cf}\n";
+ $crash_reports .= "\nFilename: {$cf}\n";
$crash_reports .= file_get_contents($cf);
}
} else {
OpenPOWER on IntegriCloud