summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-10-31 22:08:33 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-10-31 22:08:33 +0000
commitfb858adc6b235e0f918122f690d330ab3c4763d4 (patch)
tree88deaeee53c879d90c8a673256c681c996bf2093 /usr
parent80b5ddf0338848fbe1e19462d047cc25fcbd5796 (diff)
downloadpfsense-fb858adc6b235e0f918122f690d330ab3c4763d4.zip
pfsense-fb858adc6b235e0f918122f690d330ab3c4763d4.tar.gz
remove ob flush call
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/diag_ping.php1
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));
OpenPOWER on IntegriCloud