Revision 421f72a7
Added by Scott Ullrich over 14 years ago
usr/local/www/crash_reporter.php | ||
---|---|---|
76 | 76 |
echo "</form>"; |
77 | 77 |
} |
78 | 78 |
|
79 |
$pgtitle = array(gettext("Diagnostics"),gettext("Halt system"));
|
|
79 |
$pgtitle = array(gettext("Diagnostics"),gettext("Crash reporter"));
|
|
80 | 80 |
include('head.inc'); |
81 | 81 |
|
82 | 82 |
?> |
... | ... | |
85 | 85 |
|
86 | 86 |
<?php include("fbegin.inc"); ?> |
87 | 87 |
|
88 |
<form action="halt.php" method="post">
|
|
88 |
<form action="crash_reporter.php" method="post">
|
|
89 | 89 |
<p> |
90 | 90 |
|
91 | 91 |
<?php |
Also available in: Unified diff
Fix url