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_acl.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_acl.xml')
-rw-r--r-- | config/squidGuard/squidguard_acl.xml | 126 |
1 files changed, 60 insertions, 66 deletions
diff --git a/config/squidGuard/squidguard_acl.xml b/config/squidGuard/squidguard_acl.xml index 03755b8e..04bb8553 100644 --- a/config/squidGuard/squidguard_acl.xml +++ b/config/squidGuard/squidguard_acl.xml @@ -2,51 +2,47 @@ <!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>squidguardacl</name> - <version>none</version> - <title>Proxy filter SquidGuard: Access Control List (ACL)</title> - <include_file>/usr/local/pkg/squidguard.inc</include_file> - - <delete_string>A proxy server user has been deleted.</delete_string> - <addedit_string>A proxy server user has been created/modified.</addedit_string> - - <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> - </tab> - <tab> - <text>ACL</text> - <url>/pkg.php?xml=squidguard_acl.xml</url> - <active/> - </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> - - <adddeleteeditpagefields> + <description>Describe your package here</description> + <requirements>Describe your package requirements here</requirements> + <faq>Currently there are no FAQ items provided.</faq> + <name>squidguardacl</name> + <version>none</version> + <title>Proxy filter SquidGuard: Access Control List (ACL)</title> + <include_file>/usr/local/pkg/squidguard.inc</include_file> + <delete_string>A proxy server user has been deleted.</delete_string> + <addedit_string>A proxy server user has been created/modified.</addedit_string> + <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> + </tab> + <tab> + <text>ACL</text> + <url>/pkg.php?xml=squidguard_acl.xml</url> + <active/> + </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> + <adddeleteeditpagefields> <columnitem> <fielddescr>Disabled</fielddescr> <fieldname>disabled</fieldname> @@ -71,9 +67,8 @@ <fielddescr>Description</fielddescr> <fieldname>description</fieldname> </columnitem> - </adddeleteeditpagefields> - - <fields> + </adddeleteeditpagefields> + <fields> <field> <fielddescr>Disabled</fielddescr> <fieldname>disabled</fieldname> @@ -250,30 +245,29 @@ <size>100</size> </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); - </custom_php_command_before_form> - <custom_php_after_form_command> + </custom_php_command_before_form> + <custom_php_after_form_command> squidGuard_print_javascript(); - </custom_php_after_form_command> - <custom_php_resync_config_command> + </custom_php_after_form_command> + <custom_php_resync_config_command> squidguard_resync_acl(); - </custom_php_resync_config_command> - <custom_delete_php_command> + </custom_php_resync_config_command> + <custom_delete_php_command> squidguard_resync_acl(); - </custom_delete_php_command> - <custom_add_php_command> - </custom_add_php_command> - <custom_add_php_command_late> - </custom_add_php_command_late> + </custom_delete_php_command> + <custom_add_php_command> + </custom_add_php_command> + <custom_add_php_command_late> + </custom_add_php_command_late> </packagegui>
\ No newline at end of file |