summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/halt.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/halt.php b/usr/local/www/halt.php
index a44d2e8..1bfda93 100755
--- a/usr/local/www/halt.php
+++ b/usr/local/www/halt.php
@@ -51,7 +51,7 @@ if ($_POST) {
system_halt();
$rebootmsg = gettext("The system is halting now. This may take one minute.");
} else {
- header(gettext("Location: index.php"));
+ header("Location: index.php");
exit;
}
}
OpenPOWER on IntegriCloud