summaryrefslogtreecommitdiffstats
path: root/usr/local/www/crash_reporter.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-02-03 17:47:46 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-02-03 17:47:46 -0500
commit421f72a79331a16081e8472a563b4b124d00ea09 (patch)
tree12ab8b06fba080dc9df954902b694f0249886c5e /usr/local/www/crash_reporter.php
parent886caa75e9156f4724dd38a0d533bc6f24428bb5 (diff)
downloadpfsense-421f72a79331a16081e8472a563b4b124d00ea09.zip
pfsense-421f72a79331a16081e8472a563b4b124d00ea09.tar.gz
Fix url
Diffstat (limited to 'usr/local/www/crash_reporter.php')
-rwxr-xr-xusr/local/www/crash_reporter.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/crash_reporter.php b/usr/local/www/crash_reporter.php
index a8f4ad0..aef48fb 100755
--- a/usr/local/www/crash_reporter.php
+++ b/usr/local/www/crash_reporter.php
@@ -76,7 +76,7 @@ function output_crash_reporter_html($crash_reports) {
echo "</form>";
}
-$pgtitle = array(gettext("Diagnostics"),gettext("Halt system"));
+$pgtitle = array(gettext("Diagnostics"),gettext("Crash reporter"));
include('head.inc');
?>
@@ -85,7 +85,7 @@ include('head.inc');
<?php include("fbegin.inc"); ?>
- <form action="halt.php" method="post">
+ <form action="crash_reporter.php" method="post">
<p>
<?php
OpenPOWER on IntegriCloud