aboutsummaryrefslogtreecommitdiffstats
path: root/config/squidGuard-devel/squidguard_acl.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/squidGuard-devel/squidguard_acl.xml')
-rw-r--r--config/squidGuard-devel/squidguard_acl.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/squidGuard-devel/squidguard_acl.xml b/config/squidGuard-devel/squidguard_acl.xml
index cd3e8016..b074a830 100644
--- a/config/squidGuard-devel/squidguard_acl.xml
+++ b/config/squidGuard-devel/squidguard_acl.xml
@@ -224,10 +224,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);
+ squidguard_before_form_acl($pkg);
</custom_php_command_before_form>
<custom_php_after_form_command>
squidGuard_print_javascript();