diff options
author | Seth Mos <seth.mos@xs4all.nl> | 2008-10-31 22:08:33 +0000 |
---|---|---|
committer | Seth Mos <seth.mos@xs4all.nl> | 2008-10-31 22:08:33 +0000 |
commit | fb858adc6b235e0f918122f690d330ab3c4763d4 (patch) | |
tree | 88deaeee53c879d90c8a673256c681c996bf2093 | |
parent | 80b5ddf0338848fbe1e19462d047cc25fcbd5796 (diff) | |
download | pfsense-fb858adc6b235e0f918122f690d330ab3c4763d4.zip pfsense-fb858adc6b235e0f918122f690d330ab3c4763d4.tar.gz |
remove ob flush call
-rwxr-xr-x | usr/local/www/diag_ping.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/diag_ping.php b/usr/local/www/diag_ping.php index e4cc4f4..9d2e44c 100755 --- a/usr/local/www/diag_ping.php +++ b/usr/local/www/diag_ping.php @@ -119,7 +119,6 @@ include("head.inc"); ?> echo "<font face='terminal' size='2'>"; echo("<strong>Ping output:</strong><br>"); echo('<pre>'); - ob_end_flush(); $ifaddr = get_interface_ip($interface); if ($ifaddr) system("/sbin/ping -S$ifaddr -c$count " . escapeshellarg($host)); |