summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@G5.homeunix.net>2009-10-10 22:24:48 -0400
committerScott Ullrich <sullrich@G5.homeunix.net>2009-10-10 22:24:48 -0400
commit33cf52667a07a769566c28f96d51bf32048653cd (patch)
tree08f601c3a7e04f8dda1d477162bd8edbf5351939
parentbfa78efe94ba7af375dfcea6d4e830256ce67cf0 (diff)
downloadpfsense-33cf52667a07a769566c28f96d51bf32048653cd.zip
pfsense-33cf52667a07a769566c28f96d51bf32048653cd.tar.gz
1 minute != 40 seconds. Change to 70 and give the slower boots a chance to boot
-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 fe6ead0..5dff642 100755
--- a/usr/local/www/reboot.php
+++ b/usr/local/www/reboot.php
@@ -63,7 +63,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