summaryrefslogtreecommitdiffstats
path: root/usr/local/www/halt.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-12-29 00:25:37 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-12-29 00:25:37 +0000
commit77da5d3ea9941174a85760889650f6f8a8f4b60c (patch)
tree4e05ea3fa18af6c5e2244beb62e9d486643ba1e9 /usr/local/www/halt.php
parentf2ec2c48c91d88613116c5a82c9ba7a76e7a6a6f (diff)
downloadpfsense-77da5d3ea9941174a85760889650f6f8a8f4b60c.zip
pfsense-77da5d3ea9941174a85760889650f6f8a8f4b60c.tar.gz
Actually hault when called.
Diffstat (limited to 'usr/local/www/halt.php')
-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 309c260..37ca5c6 100755
--- a/usr/local/www/halt.php
+++ b/usr/local/www/halt.php
@@ -33,7 +33,7 @@ require("guiconfig.inc");
if ($_POST) {
if ($_POST['Submit'] != " No ") {
- system_reboot();
+ system_halt();
$rebootmsg = "The system is halting now. This may take one minute.";
} else {
header("Location: index.php");
OpenPOWER on IntegriCloud