aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid-reverse/squid_ng.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/squid-reverse/squid_ng.xml')
-rw-r--r--config/squid-reverse/squid_ng.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/squid-reverse/squid_ng.xml b/config/squid-reverse/squid_ng.xml
index 5d956387..142536d6 100644
--- a/config/squid-reverse/squid_ng.xml
+++ b/config/squid-reverse/squid_ng.xml
@@ -255,13 +255,13 @@
start_service("squid");
</custom_add_php_command_late>
<custom_php_install_command>
- custom_php_install_command();
+ squid3_custom_php_install_command();
write_static_squid_config();
mwexec("/usr/local/sbin/squid -k reconfigure");
start_service("squid");
</custom_php_install_command>
<custom_php_deinstall_command>
- custom_php_deinstall_command();
+ squid3_custom_php_deinstall_command();
stop_service("squid");
</custom_php_deinstall_command>
</packagegui>