From 9620f6d964c9a9219ab2e928630b9c46d481e47d Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 28 Dec 2009 18:31:03 -0500 Subject: Fix typo --- config/haproxy/haproxy.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/haproxy/haproxy.inc b/config/haproxy/haproxy.inc index 7102974c..8d477b64 100644 --- a/config/haproxy/haproxy.inc +++ b/config/haproxy/haproxy.inc @@ -154,7 +154,7 @@ function haproxy_configure() { // Advanced pass thru if($backend['advanced']) { $advanced = base64_decode($backend['advanced']); - fwrite($fd, "\t" . $advanced) . "\n"); + fwrite($fd, "\t" . $advanced . "\n"); } // https is an alias for tcp for clarity purpouses -- cgit v1.2.3