diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2011-02-06 18:06:28 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2011-02-06 18:06:28 -0500 |
commit | 8c5d112a1129a3eca536e9584dc3f6836bcefd7c (patch) | |
tree | b81117630f5f240a73955b85abc8fefa82881591 /usr/local | |
parent | ee8ae1599a559810dca8a39a0fbfc765058902ac (diff) | |
download | pfsense-8c5d112a1129a3eca536e9584dc3f6836bcefd7c.zip pfsense-8c5d112a1129a3eca536e9584dc3f6836bcefd7c.tar.gz |
Not that we are deleting files
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/crash_reporter.php | 2 |
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."; } |