From c157b0df0a874142253e3caeabad83c59c8d7d4c Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 23 Jan 2010 15:48:47 -0500 Subject: trim() output --- config/haproxy/haproxy_global.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/haproxy') diff --git a/config/haproxy/haproxy_global.php b/config/haproxy/haproxy_global.php index 0f6aefc4..f25c3ed3 100755 --- a/config/haproxy/haproxy_global.php +++ b/config/haproxy/haproxy_global.php @@ -305,7 +305,7 @@ function enable_change(enable_change) { /var/etc/haproxy.cfg file contents: " . file_get_contents("/var/etc/haproxy.cfg") . ""; + echo "
" . trim(file_get_contents("/var/etc/haproxy.cfg")) . "
"; } ?> -- cgit v1.2.3