From ee8ae1599a559810dca8a39a0fbfc765058902ac Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 6 Feb 2011 17:47:35 -0500 Subject: Add link to kernel crash info on wikipedia for those who are not familiar with a panic --- usr/local/www/crash_reporter.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/local/www/crash_reporter.php b/usr/local/www/crash_reporter.php index 130ffa6..e58fbf2 100755 --- a/usr/local/www/crash_reporter.php +++ b/usr/local/www/crash_reporter.php @@ -63,7 +63,8 @@ function upload_crash_report($files) { function output_crash_reporter_html($crash_reports) { echo "" . gettext("Unfortunately we have detected a kernel crash (panic).") . "

"; - echo "" . gettext("Would you like to submit the crash debug logs to the pfSense developers for inspection?") . "

"; + echo "If you are unfamiliar with kernel panics wikipedia has information here.

"; + echo gettext("Would you like to submit the crash debug logs to the pfSense developers for inspection?") . "

"; echo "

"; echo gettext("Contents of crash reports") . ":
"; echo ""; -- cgit v1.1