summaryrefslogtreecommitdiffstats
path: root/usr/local/www/reboot.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@G5.homeunix.net>2009-10-10 22:24:33 -0400
committerScott Ullrich <sullrich@G5.homeunix.net>2009-10-10 22:24:33 -0400
commit21038c67514aafc67957215b16d6b34eae838179 (patch)
tree2561c0820e10921ba8ca70fff8a8d68e1f12c79c /usr/local/www/reboot.php
parent5c33111d5d83cf073e5bf0e0161551dcae8bd573 (diff)
downloadpfsense-21038c67514aafc67957215b16d6b34eae838179.zip
pfsense-21038c67514aafc67957215b16d6b34eae838179.tar.gz
1 minute != 40 seconds. Change to 70 and give the slower boots a chance to boot
Diffstat (limited to 'usr/local/www/reboot.php')
-rwxr-xr-xusr/local/www/reboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/reboot.php b/usr/local/www/reboot.php
index 6f837b4..2205bb9 100755
--- a/usr/local/www/reboot.php
+++ b/usr/local/www/reboot.php
@@ -68,7 +68,7 @@ include("head.inc");
<?php
if ($_POST) {
if ($_POST['Submit'] == " Yes ") {
- echo "<meta http-equiv=\"refresh\" content=\"40;url=/\">";
+ echo "<meta http-equiv=\"refresh\" content=\"70;url=/\">";
system_reboot();
$rebootmsg = "The system is rebooting now. This may take one minute.";
} else {
OpenPOWER on IntegriCloud