summaryrefslogtreecommitdiffstats
path: root/usr/local/www/crash_reporter.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-02-07 17:32:42 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-02-07 17:32:42 -0500
commit63526c2cef6249dc87df56da6ea949805c173fcb (patch)
treeab92416efe8502297e15ec03031374d96d6cb382 /usr/local/www/crash_reporter.php
parente8aef0eccc621054ebcaed2ae832cf7fbc337640 (diff)
downloadpfsense-63526c2cef6249dc87df56da6ea949805c173fcb.zip
pfsense-63526c2cef6249dc87df56da6ea949805c173fcb.tar.gz
Note that we are deleting the local crash reports
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 fb92566..21c06ca 100755
--- a/usr/local/www/crash_reporter.php
+++ b/usr/local/www/crash_reporter.php
@@ -107,7 +107,7 @@ $crash_report_header .= "\nCrash report details:\n";
exec("rm /var/crash/*");
echo "<p/>";
print_r($resp);
- echo "<p/><a href='/'>" . gettext("Continue") . "</a>" . gettext(" and delete crash report files.");
+ echo "<p/><a href='/'>" . gettext("Continue") . "</a>" . gettext(" and delete crash report files from local disk.");
} else {
echo "Could not find any crash files.";
}
OpenPOWER on IntegriCloud