summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-20 22:03:54 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-20 22:03:54 +0000
commit39b78c46faf7e09f86b125d1e3d2a6ed5f1e8103 (patch)
tree58363e57239becb632a63ed696a63da1da91b796 /usr/local/www/system.php
parent6f30d56c46105f3698cef7618d7679b6a39fe2e1 (diff)
downloadpfsense-39b78c46faf7e09f86b125d1e3d2a6ed5f1e8103.zip
pfsense-39b78c46faf7e09f86b125d1e3d2a6ed5f1e8103.tar.gz
Call ob_flush() too
Diffstat (limited to 'usr/local/www/system.php')
-rwxr-xr-xusr/local/www/system.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index 06bc3ca..3597d48 100755
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -292,6 +292,7 @@ include("head.inc");
if ($restart_webgui) {
echo "<meta http-equiv=\"refresh\" content=\"10;url={$url}\">";
}
+ ob_flush();
flush();
sleep(2);
?>
OpenPOWER on IntegriCloud