aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid3/33/squid_reverse_peer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/squid3/33/squid_reverse_peer.xml')
-rwxr-xr-xconfig/squid3/33/squid_reverse_peer.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/squid3/33/squid_reverse_peer.xml b/config/squid3/33/squid_reverse_peer.xml
index abfbf19b..b5a340e7 100755
--- a/config/squid3/33/squid_reverse_peer.xml
+++ b/config/squid3/33/squid_reverse_peer.xml
@@ -156,12 +156,12 @@
</field>
</fields>
<custom_php_command_before_form>
- squid_before_form_general(&amp;$pkg);
+ squid_before_form_general($pkg);
</custom_php_command_before_form>
<custom_php_validation_command>
- squid_validate_reverse($_POST, &amp;$input_errors);
+ squid_validate_reverse($_POST, $input_errors);
</custom_php_validation_command>
<custom_php_resync_config_command>
squid_resync();
</custom_php_resync_config_command>
-</packagegui> \ No newline at end of file
+</packagegui>