Increase wait time to 20 seconds to give slower platforms a chance to catch up

This commit is contained in:
Scott Ullrich 2006-03-11 00:03:21 +00:00
parent 6e0f3899e8
commit ca0a985f28

View File

@ -169,7 +169,7 @@ if ($_POST) {
$savemsg = get_std_save_message($retval);
if ($restart_webgui)
$savemsg .= "<br />One moment...redirecting to {$url} in 10 seconds.";
$savemsg .= "<br />One moment...redirecting to {$url} in 20 seconds.";
}
}
@ -280,7 +280,7 @@ include("head.inc");
<?php
// restart webgui if proto or port changed
if ($restart_webgui) {
echo "<meta http-equiv=\"refresh\" content=\"10;url={$url}\">";
echo "<meta http-equiv=\"refresh\" content=\"20;url={$url}\">";
}
ob_flush();
flush();