diff options
Diffstat (limited to 'config')
-rwxr-xr-x | config/haproxy/haproxy_servers_edit.php | 4 |
1 files 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); |