aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-02-09 19:49:40 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-02-09 19:49:40 -0500
commit933bc7e9726c4df47bea5d313c2b58c71833d5fe (patch)
tree044fe9fa95ed9d1197da20ca87af9c8e9803e872 /config
parent85bf691646868b686ec3c3e37e39671f40deba9e (diff)
downloadpfsense-packages-933bc7e9726c4df47bea5d313c2b58c71833d5fe.tar.gz
pfsense-packages-933bc7e9726c4df47bea5d313c2b58c71833d5fe.tar.bz2
pfsense-packages-933bc7e9726c4df47bea5d313c2b58c71833d5fe.zip
Show download size only for time being
Diffstat (limited to 'config')
-rw-r--r--config/snort/snort_download_rules.php2
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) {