diff options
author | Bill Marquette <billm@pfsense.org> | 2006-04-24 04:15:18 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2006-04-24 04:15:18 +0000 |
commit | 201c15634c1baab6685a7cc58e3346ac71f70bf1 (patch) | |
tree | 878a90629928fe42f3acbb9dfcc150775c3889a2 | |
parent | 44cd9b8f21e6786034898c2c3cfd2146c92b5d0c (diff) | |
download | pfsense-packages-201c15634c1baab6685a7cc58e3346ac71f70bf1.tar.gz pfsense-packages-201c15634c1baab6685a7cc58e3346ac71f70bf1.tar.bz2 pfsense-packages-201c15634c1baab6685a7cc58e3346ac71f70bf1.zip |
must use htmltext inside XML files
Pointy-Hat-To: me, myself, and I
-rw-r--r-- | packages/squid_ng.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/squid_ng.xml b/packages/squid_ng.xml index 6803f527..8f1c5719 100644 --- a/packages/squid_ng.xml +++ b/packages/squid_ng.xml @@ -193,7 +193,7 @@ <field> <fielddescr>Enable cachemgr</fielddescr> <fieldname>cachemgr_enabled</fieldname> - <description>Enable Squid's cachemgr.cgi to provide stats. Once enabled you can access this from the pfSense menus. <b>Note:</b> This page is not secured by pfSense, any user with access to the pfSense admin port can view the stats. The page prompts for a password but it only required for shutting down Squid.</description> + <description>Enable Squid's cachemgr.cgi to provide stats. Once enabled you can access this from the pfSense menus. <b>Note:</b> This page is not secured by pfSense, any user with access to the pfSense admin port can view the stats. The page prompts for a password but it only required for shutting down Squid.</description> <type>checkbox</type> </field> |