summaryrefslogtreecommitdiffstats
path: root/usr/local/www/crash_reporter.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-02-06 18:06:28 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-02-06 18:06:28 -0500
commit8c5d112a1129a3eca536e9584dc3f6836bcefd7c (patch)
treeb81117630f5f240a73955b85abc8fefa82881591 /usr/local/www/crash_reporter.php
parentee8ae1599a559810dca8a39a0fbfc765058902ac (diff)
downloadpfsense-8c5d112a1129a3eca536e9584dc3f6836bcefd7c.zip
pfsense-8c5d112a1129a3eca536e9584dc3f6836bcefd7c.tar.gz
Not that we are deleting files
Diffstat (limited to 'usr/local/www/crash_reporter.php')
-rwxr-xr-xusr/local/www/crash_reporter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/crash_reporter.php b/usr/local/www/crash_reporter.php
index e58fbf2..4c93ea9 100755
--- a/usr/local/www/crash_reporter.php
+++ b/usr/local/www/crash_reporter.php
@@ -106,7 +106,7 @@ $crash_report_header .= "\nCrash report details:\n\n";
print_r($resp);
exec("rm /var/crash/*");
echo gettext("Crash files have been submitted for inspection.");
- echo "<p/><a href='/'>" . gettext("Continue") . "</a>";
+ echo "<p/><a href='/'>" . gettext("Continue") . "</a>" . gettext(" and delete crash report files.");
} else {
echo "Could not find any crash files.";
}
OpenPOWER on IntegriCloud