From 8df5578350c3499d80159ff8c09776944d1bc8a6 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 9 Feb 2009 20:30:35 -0500 Subject: Output extract process --- config/snort/snort.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/snort') diff --git a/config/snort/snort.inc b/config/snort/snort.inc index e3497770..1b4c5c69 100644 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -636,7 +636,7 @@ function extract_snort_rules_md5($tmpfname) { $handle = popen("{$cmd} 2>&1", 'r'); while(!feof($handle)) { $buffer = fgets($handle); - echo "$buffer\n"; + update_output_window($buffer); ob_flush(); flush(); } -- cgit v1.2.3