summaryrefslogtreecommitdiffstats
path: root/usr/local/www/crash_reporter.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-02-07 10:39:24 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-02-07 10:39:33 -0500
commit4a1ab61871317eb8cb4b1898078a1920eefa976c (patch)
treef6eaca9b2826ab651a450f3a09a42aed78591614 /usr/local/www/crash_reporter.php
parent4cd81611485724e8a071c5e34f132a4ec22d4548 (diff)
downloadpfsense-4a1ab61871317eb8cb4b1898078a1920eefa976c.zip
pfsense-4a1ab61871317eb8cb4b1898078a1920eefa976c.tar.gz
Ask the person to actually read the page before clicking yes
Diffstat (limited to 'usr/local/www/crash_reporter.php')
-rwxr-xr-xusr/local/www/crash_reporter.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/crash_reporter.php b/usr/local/www/crash_reporter.php
index d6eaf07..c75fe72 100755
--- a/usr/local/www/crash_reporter.php
+++ b/usr/local/www/crash_reporter.php
@@ -66,6 +66,8 @@ function output_crash_reporter_html($crash_reports) {
echo "If you are unfamiliar with kernel panics wikipedia has information <a target='_new' href='http://en.wikipedia.org/wiki/Kernel_panic'>here</a>.<p/>";
echo gettext("Would you like to submit the crash debug logs to the pfSense developers for inspection?") . "</p>";
echo "<p>";
+ echo "<i>" . gettext("Please double check the contents to ensure you are comfortable sending this information before clicking Yes.") . "</i><br/>";
+ echo "<p>";
echo gettext("Contents of crash reports") . ":<br/>";
echo "<textarea readonly rows='40' cols='65' name='crashreports'>{$crash_reports}</textarea>";
echo "<p/>";
OpenPOWER on IntegriCloud