Revision e647cc2e
Added by Matthew Grooms almost 17 years ago
usr/local/www/system_advanced_admin.php | ||
---|---|---|
153 | 153 |
|
154 | 154 |
$savemsg = get_std_save_message($retval); |
155 | 155 |
if ($restart_webgui) |
156 |
$savemsg .= "<br />One moment...redirecting to {$url} in 10 seconds.";
|
|
156 |
$savemsg .= "<br />One moment...redirecting to {$url} in 20 seconds.";
|
|
157 | 157 |
|
158 | 158 |
conf_mount_rw(); |
159 | 159 |
setup_serial_port(); |
... | ... | |
374 | 374 |
<?php include("fend.inc"); ?> |
375 | 375 |
<?php |
376 | 376 |
if ($restart_webgui) |
377 |
echo "<meta http-equiv=\"refresh\" content=\"10;url={$url}\">";
|
|
377 |
echo "<meta http-equiv=\"refresh\" content=\"20;url={$url}\">";
|
|
378 | 378 |
?> |
379 | 379 |
</body> |
380 | 380 |
</html> |
Also available in: Unified diff
Increase the page redirect time after switching between http and https. It
can take longer on slower embedded systems.