diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-09-20 22:03:54 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-09-20 22:03:54 +0000 |
commit | 39b78c46faf7e09f86b125d1e3d2a6ed5f1e8103 (patch) | |
tree | 58363e57239becb632a63ed696a63da1da91b796 /usr/local/www | |
parent | 6f30d56c46105f3698cef7618d7679b6a39fe2e1 (diff) | |
download | pfsense-39b78c46faf7e09f86b125d1e3d2a6ed5f1e8103.zip pfsense-39b78c46faf7e09f86b125d1e3d2a6ed5f1e8103.tar.gz |
Call ob_flush() too
Diffstat (limited to 'usr/local/www')
-rwxr-xr-x | usr/local/www/system.php | 1 |
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); ?> |