From daf217600ba4f1f0faf551ee049d8f1978f1b1c6 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 13 Oct 2009 22:01:52 -0400 Subject: Define d_haproxyconfdirty_path --- config/haproxy/haproxy_servers.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/haproxy/haproxy_servers.php') diff --git a/config/haproxy/haproxy_servers.php b/config/haproxy/haproxy_servers.php index b44ab8a6..a261fe13 100755 --- a/config/haproxy/haproxy_servers.php +++ b/config/haproxy/haproxy_servers.php @@ -31,6 +31,8 @@ require_once("guiconfig.inc"); require_once("haproxy.inc"); +$d_haproxyconfdirty_path = $g['varrun_path'] . "/haproxy.conf.dirty"; + if (!is_array($config['installedpackages']['haproxy']['ha_servers']['item'])) { $config['installedpackages']['haproxy']['ha_servers']['item'] = array(); } -- cgit v1.2.3