From 933bc7e9726c4df47bea5d313c2b58c71833d5fe Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 9 Feb 2009 19:49:40 -0500 Subject: Show download size only for time being --- config/snort/snort_download_rules.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'config') diff --git a/config/snort/snort_download_rules.php b/config/snort/snort_download_rules.php index 33a4f896..7c054efc 100644 --- a/config/snort/snort_download_rules.php +++ b/config/snort/snort_download_rules.php @@ -279,9 +279,7 @@ function read_body_firmware($ch, $string) { $c = $downloadProgress; $text = " Snort download in progress\\n"; $text .= "----------------------------------------------------\\n"; - $text .= " File size : {$a}\\n"; $text .= " Downloaded : {$b}\\n"; - $text .= " Percent : {$c}%\\n"; $text .= "----------------------------------------------------\\n"; $counter++; if($counter > 150) { -- cgit v1.2.3