summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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