From 72b5a0fbbc96b3c8c66cf197c2af9e86c8ddb1ee Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 28 Dec 2009 18:28:03 -0500 Subject: Fix typo --- config/haproxy/haproxy_servers_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/haproxy') diff --git a/config/haproxy/haproxy_servers_edit.php b/config/haproxy/haproxy_servers_edit.php index 15f2c8d9..cf53e88b 100755 --- a/config/haproxy/haproxy_servers_edit.php +++ b/config/haproxy/haproxy_servers_edit.php @@ -53,7 +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'] = base64deode($a_server[$id]['advanced']); + $pconfig['advanced'] = base64_decode($a_server[$id]['advanced']); } $changedesc = "Services: HAProxy: Servers: "; -- cgit v1.2.3