From d82edcb531aa7a2892c034893c54ce9aadba4d64 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 13 Oct 2009 22:50:20 -0400 Subject: Cookie is NOT required --- config/haproxy/haproxy_servers_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/haproxy/haproxy_servers_edit.php b/config/haproxy/haproxy_servers_edit.php index a69dbb45..f5fea7d9 100755 --- a/config/haproxy/haproxy_servers_edit.php +++ b/config/haproxy/haproxy_servers_edit.php @@ -62,8 +62,8 @@ if ($_POST) { unset($input_errors); $pconfig = $_POST; - $reqdfields = explode(" ", "name address port backend weight cookie"); - $reqdfieldsn = explode(",", "Name,Address,Port,Backend,Weight,Cookie"); + $reqdfields = explode(" ", "name address port backend weight"); + $reqdfieldsn = explode(",", "Name,Address,Port,Backend,Weight"); do_input_validation($_POST, $reqdfields, $reqdfieldsn, &$input_errors); -- cgit v1.2.3