aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_download_rules.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@scott-ullrichs-mac-pro.local>2009-02-09 14:54:27 -0500
committerScott Ullrich <sullrich@scott-ullrichs-mac-pro.local>2009-02-09 14:54:27 -0500
commit8e2a0a086001a12d7f23de675c420d126378be16 (patch)
tree98325140c625b0b6ea242549dc1701f8e2952ef7 /config/snort/snort_download_rules.php
parent914898c0ff3c522e81e744bcc46fc27da7d4927a (diff)
downloadpfsense-packages-8e2a0a086001a12d7f23de675c420d126378be16.tar.gz
pfsense-packages-8e2a0a086001a12d7f23de675c420d126378be16.tar.bz2
pfsense-packages-8e2a0a086001a12d7f23de675c420d126378be16.zip
Show URL we are downloading from
Diffstat (limited to 'config/snort/snort_download_rules.php')
-rw-r--r--config/snort/snort_download_rules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_download_rules.php b/config/snort/snort_download_rules.php
index bc37f5d8..1c940c54 100644
--- a/config/snort/snort_download_rules.php
+++ b/config/snort/snort_download_rules.php
@@ -208,7 +208,7 @@ $tmpfname = tempnam("/tmp", "snortRules");
exec("/bin/rm -rf {$tmpfname};/bin/mkdir -p {$tmpfname}");
/* download snort rules */
-$static_output = gettext("Downloading current snort rules... ");
+$static_output = gettext("Downloading current snort rules... {$snort_filename}");
update_all_status($static_output);
download_file_with_progress_bar($dl, $tmpfname . "/{$snort_filename}");
verify_downloaded_file($tmpfname . "/{$snort_filename}");