diff options
Diffstat (limited to 'config/snort')
-rw-r--r-- | config/snort/snort.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |