summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorMatthew Grooms <mgrooms@pfsense.org>2008-09-10 18:48:22 +0000
committerMatthew Grooms <mgrooms@pfsense.org>2008-09-10 18:48:22 +0000
commite647cc2e67be39546844ca3c16464d45952b3d67 (patch)
tree087130f6fc8e25dd1cbd66d2db3a5b1a5078dc7d /usr
parent4c951cc9c9265fa036835dc76a386ebb59c11c50 (diff)
downloadpfsense-e647cc2e67be39546844ca3c16464d45952b3d67.zip
pfsense-e647cc2e67be39546844ca3c16464d45952b3d67.tar.gz
Increase the page redirect time after switching between http and https. It
can take longer on slower embedded systems.
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/system_advanced_admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced_admin.php b/usr/local/www/system_advanced_admin.php
index 1517de8..76d8db7 100644
--- a/usr/local/www/system_advanced_admin.php
+++ b/usr/local/www/system_advanced_admin.php
@@ -153,7 +153,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.";
conf_mount_rw();
setup_serial_port();
@@ -374,7 +374,7 @@ function prot_change() {
<?php include("fend.inc"); ?>
<?php
if ($restart_webgui)
- echo "<meta http-equiv=\"refresh\" content=\"10;url={$url}\">";
+ echo "<meta http-equiv=\"refresh\" content=\"20;url={$url}\">";
?>
</body>
</html>
OpenPOWER on IntegriCloud