aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-devel/www/haproxy_pools.php
diff options
context:
space:
mode:
authorPiBa-NL <pba_2k3@yahoo.com>2015-12-26 19:40:50 +0100
committerPiBa-NL <pba_2k3@yahoo.com>2015-12-26 19:40:50 +0100
commite4e35fcdd04ad128ab5c4a69b5459504caab5915 (patch)
tree411b4cc70fa825c137219831b050aee5d5c4c18b /config/haproxy-devel/www/haproxy_pools.php
parentaf34a668b3f3816a110357dac18dfe0f769ed0ee (diff)
downloadpfsense-packages-e4e35fcdd04ad128ab5c4a69b5459504caab5915.tar.gz
pfsense-packages-e4e35fcdd04ad128ab5c4a69b5459504caab5915.tar.bz2
pfsense-packages-e4e35fcdd04ad128ab5c4a69b5459504caab5915.zip
haproxy-devel, widget updated for better refresh configuration handling + prepare 2.3
Diffstat (limited to 'config/haproxy-devel/www/haproxy_pools.php')
-rw-r--r--config/haproxy-devel/www/haproxy_pools.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/haproxy-devel/www/haproxy_pools.php b/config/haproxy-devel/www/haproxy_pools.php
index ca449246..ef1768db 100644
--- a/config/haproxy-devel/www/haproxy_pools.php
+++ b/config/haproxy-devel/www/haproxy_pools.php
@@ -58,7 +58,7 @@ if ($_POST) {
if ($_GET['act'] == "del") {
if (isset($a_pools[$_GET['id']])) {
unset($a_pools[$_GET['id']]);
- write_config();
+ write_config("Services: HAProxy: Backend delete");
touch($d_haproxyconfdirty_path);
}
header("Location: haproxy_pools.php");