From 63526c2cef6249dc87df56da6ea949805c173fcb Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 7 Feb 2011 17:32:42 -0500 Subject: Note that we are deleting the local crash reports --- usr/local/www/crash_reporter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/crash_reporter.php') 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 "

"; print_r($resp); - echo "

" . gettext("Continue") . "" . gettext(" and delete crash report files."); + echo "

" . gettext("Continue") . "" . gettext(" and delete crash report files from local disk."); } else { echo "Could not find any crash files."; } -- cgit v1.1