diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-02-14 01:01:14 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-02-14 01:01:14 +0000 |
commit | d6862c98a390e24d7f3680b3d118bf67f725fa9e (patch) | |
tree | 9312a290146ee21ac6e14b404c5d6832d12d1a07 /usr/local/www/system.php | |
parent | ee87d929656bfb0aaa53d04716e3af5795dec1b8 (diff) | |
download | pfsense-d6862c98a390e24d7f3680b3d118bf67f725fa9e.zip pfsense-d6862c98a390e24d7f3680b3d118bf67f725fa9e.tar.gz |
Remove flush code, we do this by default now.
Diffstat (limited to 'usr/local/www/system.php')
-rwxr-xr-x | usr/local/www/system.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php index 26ad1fc..34d871b 100755 --- a/usr/local/www/system.php +++ b/usr/local/www/system.php @@ -315,9 +315,6 @@ include("head.inc"); if ($restart_webgui) { echo "<meta http-equiv=\"refresh\" content=\"10;url={$url}\">"; } - ob_flush(); - flush(); - sleep(2); ?> </body> </html> |