aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-10-02 07:39:43 +0200
committerdoktornotor <notordoktor@gmail.com>2015-10-02 07:39:43 +0200
commit80c6a788f5c553cef7dc236ea750f635d02c8463 (patch)
treea43dcf42b74ce604ddf1f44fbf0fd56f2fe40cdf /config
parente92bccc810adee8a9e107a4d06bab7e2234bfac6 (diff)
downloadpfsense-packages-80c6a788f5c553cef7dc236ea750f635d02c8463.tar.gz
pfsense-packages-80c6a788f5c553cef7dc236ea750f635d02c8463.tar.bz2
pfsense-packages-80c6a788f5c553cef7dc236ea750f635d02c8463.zip
Comment out the new logic for now, needs more work
Diffstat (limited to 'config')
-rwxr-xr-xconfig/squid3/34/squid_antivirus.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/config/squid3/34/squid_antivirus.xml b/config/squid3/34/squid_antivirus.xml
index 647ffe35..94c788a0 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.7</version>
+ <version>0.3.8</version>
<title>Proxy server: Antivirus</title>
<include_file>/usr/local/pkg/squid.inc</include_file>
<tabs>
@@ -99,6 +99,7 @@
<description>Enable Squid antivirus check using ClamAV.</description>
<type>checkbox</type>
</field>
+ <!--
<field>
<fielddescr>Enable Manual Configuration</fielddescr>
<fieldname>enable_advanced</fieldname>
@@ -117,6 +118,7 @@
<default_value>disabled</default_value>
<onchange>on_antivirus_advanced_config_changed()</onchange>
</field>
+ -->
<field>
<fielddescr>Client Forward Options</fielddescr>
<fieldname>client_info</fieldname>
@@ -256,6 +258,7 @@
<rows>15</rows>
</field>
</fields>
+ <!--
<custom_php_after_head_command>
squid_print_antivirus_advanced_config();
</custom_php_after_head_command>
@@ -265,6 +268,7 @@
<custom_php_after_form_command>
squid_print_antivirus_advanced_config2();
</custom_php_after_form_command>
+ -->
<custom_php_validation_command>
squid_validate_antivirus($_POST, $input_errors);
</custom_php_validation_command>