diff options
author | doktornotor <notordoktor@gmail.com> | 2015-10-12 10:43:01 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-10-12 10:43:01 +0200 |
commit | 2619487aa21f3abde6b93d75b76f0e10602b306b (patch) | |
tree | b52f93b151da01b4b31b38c43ebfd1504e63529e /config/squid3 | |
parent | 50e54d02daafa2defc398a5ba58f68fe4f9c8261 (diff) | |
download | pfsense-packages-2619487aa21f3abde6b93d75b76f0e10602b306b.tar.gz pfsense-packages-2619487aa21f3abde6b93d75b76f0e10602b306b.tar.bz2 pfsense-packages-2619487aa21f3abde6b93d75b76f0e10602b306b.zip |
Leave the AV cron-based updates accessible even with manual configuration
Diffstat (limited to 'config/squid3')
-rwxr-xr-x | config/squid3/34/squid_antivirus.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/squid3/34/squid_antivirus.xml b/config/squid3/34/squid_antivirus.xml index 8bcb1652..44820257 100755 --- a/config/squid3/34/squid_antivirus.xml +++ b/config/squid3/34/squid_antivirus.xml @@ -42,7 +42,7 @@ ]]> </copyright> <name>squidantivirus</name> - <version>0.3.9.2</version> + <version>0.4.0</version> <title>Proxy server: Antivirus</title> <include_file>/usr/local/pkg/squid.inc</include_file> <tabs> @@ -289,7 +289,7 @@ <![CDATA[ squid_print_antivirus_advanced_config2(); if ($_POST['enable_advanced'] == "enabled") { - $opts = array("clamav_url", "clamav_safebrowsing", "clamav_update", "clamav_dbregion", "clamav_dbservers"); + $opts = array("clamav_url", "clamav_safebrowsing", "clamav_dbregion", "clamav_dbservers"); foreach ($opts as $opt) { if (isset($_POST[$opt])) { unset($_POST[$opt]); |