diff options
author | doktornotor <notordoktor@gmail.com> | 2015-11-08 17:15:07 +0100 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-11-08 17:15:07 +0100 |
commit | f6e327dc11cde380729204fabdcf01618f29e3e0 (patch) | |
tree | c50c8ca758ac89b4debc14fa2e83e9e9dddaac9b /config/squidGuard | |
parent | 08df0a690f47f029d236ef8f31dc222920b84995 (diff) | |
download | pfsense-packages-f6e327dc11cde380729204fabdcf01618f29e3e0.tar.gz pfsense-packages-f6e327dc11cde380729204fabdcf01618f29e3e0.tar.bz2 pfsense-packages-f6e327dc11cde380729204fabdcf01618f29e3e0.zip |
Add instructions for Bug #4793 to the GUI as well.
Diffstat (limited to 'config/squidGuard')
-rw-r--r-- | config/squidGuard/squidguard.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/config/squidGuard/squidguard.xml b/config/squidGuard/squidguard.xml index f2d17d3f..91922324 100644 --- a/config/squidGuard/squidguard.xml +++ b/config/squidGuard/squidguard.xml @@ -42,7 +42,7 @@ ]]> </copyright> <name>squidguardgeneral</name> - <version>1.9.16</version> + <version>1.9.17</version> <title>Proxy filter SquidGuard: General settings</title> <include_file>/usr/local/pkg/squidguard.inc</include_file> <!-- Installation --> @@ -148,7 +148,13 @@ <field> <fielddescr>Enable</fielddescr> <fieldname>squidguard_enable</fieldname> - <description><![CDATA[Check this option to enable squidGuard]]></description> + <description> + <![CDATA[ + Check this option to enable squidGuard.<br /> + <strong><span class="errmsg">Important: </span></strong>Please set up at least one category on the 'Target Categories' tab before enabling. + See <a href="https://forum.pfsense.org/index.php?topic=94312.0">this link for details</a>. + ]]> + </description> <type>checkbox</type> </field> <field> |