From 86ede4fa40adc1ab0d502d74f5dbb7db8f04e273 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 22 Dec 2009 15:11:40 -0500 Subject: Adding advanced pass thru box for server entries --- config/haproxy/haproxy_servers_edit.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config/haproxy/haproxy_servers_edit.php') diff --git a/config/haproxy/haproxy_servers_edit.php b/config/haproxy/haproxy_servers_edit.php index 8125bf6b..db44dc72 100755 --- a/config/haproxy/haproxy_servers_edit.php +++ b/config/haproxy/haproxy_servers_edit.php @@ -53,6 +53,7 @@ if (isset($id) && $a_server[$id]) { $pconfig['weight'] = $a_server[$id]['weight']; $pconfig['cookie'] = $a_server[$id]['cookie']; $pconfig['status'] = $a_server[$id]['status']; + $pconfig['advanced'] = $a_server[$id]['advanced']; } $changedesc = "Services: HAProxy: Servers: "; @@ -122,6 +123,7 @@ if ($_POST) { update_if_changed("weight", $server['weight'], $_POST['weight']); update_if_changed("status", $server['status'], $_POST['status']); update_if_changed("address", $server['address'], $_POST['address']); + update_if_changed("advanced", $server['advanced'], $_POST['advanced']); if (isset($id) && $a_server[$id]) { $a_server[$id] = $server; @@ -296,6 +298,14 @@ function clearcombo(){ + + Advanced pass thru + + +
+ NOTE: paste text into this box that you would like to pass thru. + +   -- cgit v1.2.3