aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-10-01 00:53:19 +0200
committerdoktornotor <notordoktor@gmail.com>2015-10-01 00:53:19 +0200
commit609068e2149936af25d2d2b02624044441fcd86e (patch)
treec8c96d6597c6733493fec909c8c869481e6b224a /config
parentbddb7e792c663d6e6d48bffe63fc79239c32579a (diff)
downloadpfsense-packages-609068e2149936af25d2d2b02624044441fcd86e.tar.gz
pfsense-packages-609068e2149936af25d2d2b02624044441fcd86e.tar.bz2
pfsense-packages-609068e2149936af25d2d2b02624044441fcd86e.zip
Move fielddescr away from rowhelperfield (another pkg_edit.php bug)
Diffstat (limited to 'config')
-rwxr-xr-xconfig/squid3/34/squid_reverse_redir.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/config/squid3/34/squid_reverse_redir.xml b/config/squid3/34/squid_reverse_redir.xml
index 71653899..cf5fdb45 100755
--- a/config/squid3/34/squid_reverse_redir.xml
+++ b/config/squid3/34/squid_reverse_redir.xml
@@ -42,7 +42,7 @@
]]>
</copyright>
<name>squidreverseredir</name>
- <version>0.3.5</version>
+ <version>0.3.7</version>
<title>Reverse Proxy Server: Redirects</title>
<include_file>/usr/local/pkg/squid.inc</include_file>
<tabs>
@@ -138,19 +138,19 @@
</options>
</field>
<field>
- <fielddescr>Blocked Domains</fielddescr>
+ <fielddescr>
+ <![CDATA[
+ Blocked Domains<br/><br/>
+ Enter the domains to match here.<br/>
+ <strong>Example:</strong> example.com sub.example.com www.example.com<br/><br/>
+ <strong>Do NOT enter http:// or https:// here!</strong> Only the hostname is required.
+ ]]>
+ </fielddescr>
<fieldname>none</fieldname>
<description>Domains to redirect for.</description>
<type>rowhelper</type>
<rowhelper>
<rowhelperfield>
- <fielddescr>
- <![CDATA[
- Enter the domains to match here.<br/>
- Example: example.com sub.example.com www.example.com<br/><br/>
- Do <strong>NOT</strong> enter http:// or https:// here! Only the hostname is required.
- ]]>
- </fielddescr>
<fieldname>uri</fieldname>
<type>input</type>
<size>60</size>