mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add link to kernel crash info on wikipedia for those who are not familiar with a panic
This commit is contained in:
parent
9b09113371
commit
ee8ae1599a
@ -63,7 +63,8 @@ function upload_crash_report($files) {
|
||||
|
||||
function output_crash_reporter_html($crash_reports) {
|
||||
echo "<strong>" . gettext("Unfortunately we have detected a kernel crash (panic).") . "</strong></p>";
|
||||
echo "<strong>" . gettext("Would you like to submit the crash debug logs to the pfSense developers for inspection?") . "</strong></p>";
|
||||
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 gettext("Contents of crash reports") . ":<br/>";
|
||||
echo "<textarea readonly rows='40' cols='65' name='crashreports'>{$crash_reports}</textarea>";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user