aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy/haproxy.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/haproxy/haproxy.xml')
-rw-r--r--config/haproxy/haproxy.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/haproxy/haproxy.xml b/config/haproxy/haproxy.xml
index ff2b0ab5..44206347 100644
--- a/config/haproxy/haproxy.xml
+++ b/config/haproxy/haproxy.xml
@@ -99,8 +99,10 @@
$freebsdv=`uname -r | cut -d'.' -f1`;
download_file_with_progress_bar("http://www.pfsense.org/packages/config/haproxy/binaries{$freebsdv}/haproxy", "/usr/local/sbin/haproxy");
exec("chmod a+rx /usr/local/sbin/haproxy");
+ haproxy_custom_php_install_command();
</custom_php_install_command>
<custom_php_deinstall_command>
+ haproxy_custom_php_deinstall_command();
</custom_php_deinstall_command>
<custom_php_command_before_form>
</custom_php_command_before_form>