summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-20 22:03:05 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-20 22:03:05 +0000
commit6f30d56c46105f3698cef7618d7679b6a39fe2e1 (patch)
treecdce0f34b675329a75e7f5330d9ca0f2e3031196 /usr/local/www/system.php
parentc51520593d0f2f4db2269aa3234dbb6c64def2c1 (diff)
downloadpfsense-6f30d56c46105f3698cef7618d7679b6a39fe2e1.zip
pfsense-6f30d56c46105f3698cef7618d7679b6a39fe2e1.tar.gz
* flush() output buffer
* sleep for 2 seconds before web server change
Diffstat (limited to 'usr/local/www/system.php')
-rwxr-xr-xusr/local/www/system.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index d0fff49..06bc3ca 100755
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -292,7 +292,8 @@ include("head.inc");
if ($restart_webgui) {
echo "<meta http-equiv=\"refresh\" content=\"10;url={$url}\">";
}
-
+ flush();
+ sleep(2);
?>
</body>
</html>
OpenPOWER on IntegriCloud