aboutsummaryrefslogtreecommitdiffstats
path: root/config/squidGuard-devel/squidguard_default.xml
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-06-20 15:28:56 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-06-20 15:28:56 -0300
commita72404116dd45d1bd4d4ee738475d069c9a5e58a (patch)
tree94d8b6e0fc3810cd8e288103112ba5f8fa52119b /config/squidGuard-devel/squidguard_default.xml
parent0314d512488e58437d788723b4c29fea15711b77 (diff)
downloadpfsense-packages-a72404116dd45d1bd4d4ee738475d069c9a5e58a.tar.gz
pfsense-packages-a72404116dd45d1bd4d4ee738475d069c9a5e58a.tar.bz2
pfsense-packages-a72404116dd45d1bd4d4ee738475d069c9a5e58a.zip
Move squidGuard-devel references to functions prototypes and remove call-time references
Diffstat (limited to 'config/squidGuard-devel/squidguard_default.xml')
-rw-r--r--config/squidGuard-devel/squidguard_default.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/squidGuard-devel/squidguard_default.xml b/config/squidGuard-devel/squidguard_default.xml
index 01380ea5..4a03c2b6 100644
--- a/config/squidGuard-devel/squidguard_default.xml
+++ b/config/squidGuard-devel/squidguard_default.xml
@@ -134,10 +134,10 @@
</field>
</fields>
<custom_php_validation_command>
- squidguard_validate_acl(&amp;$_POST, &amp;$input_errors);
+ squidguard_validate_acl($_POST, $input_errors);
</custom_php_validation_command>
<custom_php_command_before_form>
- squidguard_before_form_acl(&amp;$pkg, false);
+ squidguard_before_form_acl($pkg, false);
</custom_php_command_before_form>
<custom_php_after_form_command>
squidGuard_print_javascript();