From c62b02a76d203dc7bebb1d8084d71456af4103d8 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 9 Feb 2009 15:51:53 -0500 Subject: Show all contents of extract --- config/snort/snort.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/snort/snort.inc b/config/snort/snort.inc index c5c11d0e..4026282f 100644 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -635,7 +635,7 @@ function extract_snort_rules_md5($tmpfname) { /* extract item and show status during extraction */ $handle = popen('$cmd 2>&1', 'r'); while(!feof($handle)) { - $read = fread($handle, 2096); + $read .= fread($handle, 2096); update_output_window($read); } pclose($handle); -- cgit v1.2.3