diff options
author | dvserg <dv_serg@mail.ru> | 2010-12-16 07:51:50 +0300 |
---|---|---|
committer | dvserg <dv_serg@mail.ru> | 2010-12-16 07:51:50 +0300 |
commit | 5be939c186e0cb31db757d89cc406182579e5c3f (patch) | |
tree | f432ae62b40020ce8073478835df246c43f68dbf /config/squidGuard/squidguard_default.xml | |
parent | c81a1c0a1a1e4f20e4f790263e677995cca2dc2a (diff) | |
download | pfsense-packages-5be939c186e0cb31db757d89cc406182579e5c3f.tar.gz pfsense-packages-5be939c186e0cb31db757d89cc406182579e5c3f.tar.bz2 pfsense-packages-5be939c186e0cb31db757d89cc406182579e5c3f.zip |
Log view changed. Log rotation added. Validation Names with reserved words added.
Diffstat (limited to 'config/squidGuard/squidguard_default.xml')
-rw-r--r-- | config/squidGuard/squidguard_default.xml | 108 |
1 files changed, 52 insertions, 56 deletions
diff --git a/config/squidGuard/squidguard_default.xml b/config/squidGuard/squidguard_default.xml index 6c9c4c95..bcb6d41b 100644 --- a/config/squidGuard/squidguard_default.xml +++ b/config/squidGuard/squidguard_default.xml @@ -2,48 +2,45 @@ <!DOCTYPE packagegui SYSTEM "../schema/packages.dtd"> <?xml-stylesheet type="text/xsl" href="../xsl/package.xsl"?> <packagegui> - <description>Describe your package here</description> - <requirements>Describe your package requirements here</requirements> - <faq>Currently there are no FAQ items provided.</faq> - - <name>squidguarddefault</name> - <version>none</version> - <title>Proxy filter SquidGuard: Default</title> - <include_file>/usr/local/pkg/squidguard.inc</include_file> - - <tabs> - <tab> - <text>General settings</text> - <url>/pkg_edit.php?xml=squidguard.xml&id=0</url> - </tab> - <tab> - <text>Default</text> - <url>/pkg_edit.php?xml=squidguard_default.xml&id=0</url> - <active/> - </tab> - <tab> - <text>ACL</text> - <url>/pkg.php?xml=squidguard_acl.xml</url> - </tab> - <tab> - <text>Destinations</text> - <url>/pkg.php?xml=squidguard_dest.xml</url> - </tab> - <tab> - <text>Times</text> - <url>/pkg.php?xml=squidguard_time.xml</url> - </tab> - <tab> - <text>Rewrites</text> - <url>/pkg.php?xml=squidguard_rewr.xml</url> - </tab> - <tab> - <text>Log</text> - <url>/pkg_edit.php?xml=squidguard_log.xml&id=0</url> - </tab> - </tabs> - - <fields> + <description>Describe your package here</description> + <requirements>Describe your package requirements here</requirements> + <faq>Currently there are no FAQ items provided.</faq> + <name>squidguarddefault</name> + <version>none</version> + <title>Proxy filter SquidGuard: Default</title> + <include_file>/usr/local/pkg/squidguard.inc</include_file> + <tabs> + <tab> + <text>General settings</text> + <url>/pkg_edit.php?xml=squidguard.xml&id=0</url> + </tab> + <tab> + <text>Default</text> + <url>/pkg_edit.php?xml=squidguard_default.xml&id=0</url> + <active/> + </tab> + <tab> + <text>ACL</text> + <url>/pkg.php?xml=squidguard_acl.xml</url> + </tab> + <tab> + <text>Destinations</text> + <url>/pkg.php?xml=squidguard_dest.xml</url> + </tab> + <tab> + <text>Times</text> + <url>/pkg.php?xml=squidguard_time.xml</url> + </tab> + <tab> + <text>Rewrites</text> + <url>/pkg.php?xml=squidguard_rewr.xml</url> + </tab> + <tab> + <text>Log</text> + <url>/squidGuard/squidguard_log.php</url> + </tab> + </tabs> + <fields> <field> <fielddescr>Default destination</fielddescr> <fieldname>dest</fieldname> @@ -120,24 +117,23 @@ <type>select</type> </field> <field> - <fielddescr>Enable log</fielddescr> + <fielddescr>Log</fielddescr> <fieldname>enablelog</fieldname> - <description>Check this for enable log.</description> + <description>Check this for log this item.</description> <type>checkbox</type> </field> - </fields> - - <custom_php_validation_command> + </fields> + <custom_php_validation_command> squidguard_validate_acl(&$_POST, &$input_errors); - </custom_php_validation_command> - <custom_php_command_before_form> + </custom_php_validation_command> + <custom_php_command_before_form> squidguard_before_form_acl(&$pkg, false); - </custom_php_command_before_form> - <custom_php_after_form_command> - squidGuard_print_javascript(); - </custom_php_after_form_command> - <custom_add_php_command/> - <custom_php_resync_config_command> + </custom_php_command_before_form> + <custom_php_after_form_command> + squidGuard_print_javascript(); + </custom_php_after_form_command> + <custom_add_php_command/> + <custom_php_resync_config_command> // squidguard_resync(); - </custom_php_resync_config_command> + </custom_php_resync_config_command> </packagegui>
\ No newline at end of file |