diff options
author | doktornotor <notordoktor@gmail.com> | 2015-09-30 00:40:13 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-09-30 00:40:13 +0200 |
commit | ced23a5782a29ded3358f331c24fbd81e7ebb422 (patch) | |
tree | c0ae1a596e4aba628931cde3e085f41b4dc7fdc8 /config | |
parent | a14c663f8579cb097aa2d40a5a556703173b183b (diff) | |
download | pfsense-packages-ced23a5782a29ded3358f331c24fbd81e7ebb422.tar.gz pfsense-packages-ced23a5782a29ded3358f331c24fbd81e7ebb422.tar.bz2 pfsense-packages-ced23a5782a29ded3358f331c24fbd81e7ebb422.zip |
squid_traffic.xml - fix field tags
Diffstat (limited to 'config')
-rwxr-xr-x | config/squid3/34/squid_traffic.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/squid3/34/squid_traffic.xml b/config/squid3/34/squid_traffic.xml index 135ef9ad..ac86770f 100755 --- a/config/squid3/34/squid_traffic.xml +++ b/config/squid3/34/squid_traffic.xml @@ -192,7 +192,6 @@ <type>listtopic</type> </field> <field> - <field> <type>info</type> <description> <![CDATA[ @@ -205,6 +204,7 @@ ]]> </description> </field> + <field> <fielddescr>Finish transfer if less than x KB remaining</fielddescr> <fieldname>quick_abort_min</fieldname> <description>If the transfer has less than x KB remaining, it will finish the retrieval.</description> |