diff options
-rw-r--r-- | config/snort/snort_download_rules.php | 2 |
1 files changed, 0 insertions, 2 deletions
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) { |