aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-devel/haproxy_global.php
diff options
context:
space:
mode:
authorPiBa-NL <pba_2k3@yahoo.com>2013-04-14 00:41:54 +0200
committerPiBa-NL <pba_2k3@yahoo.com>2013-04-14 00:41:54 +0200
commitc0d3652855ac7c735c7a90a1f68f3e953923654e (patch)
tree8537f37c0ed09f63fe093c252ddddc3cc51562c2 /config/haproxy-devel/haproxy_global.php
parent9e8aef5dd920e25b8d0ffa808fbaa43979d8d76a (diff)
downloadpfsense-packages-c0d3652855ac7c735c7a90a1f68f3e953923654e.tar.gz
pfsense-packages-c0d3652855ac7c735c7a90a1f68f3e953923654e.tar.bz2
pfsense-packages-c0d3652855ac7c735c7a90a1f68f3e953923654e.zip
haproxy-devel, added support for combining acl's
-Agent check (lb-agent-chk) -binding multiple port's -new try at including OpenSSL 1.0.1 -fix combining frontends
Diffstat (limited to 'config/haproxy-devel/haproxy_global.php')
-rwxr-xr-xconfig/haproxy-devel/haproxy_global.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/config/haproxy-devel/haproxy_global.php b/config/haproxy-devel/haproxy_global.php
index c906cda0..2ff65c0e 100755
--- a/config/haproxy-devel/haproxy_global.php
+++ b/config/haproxy-devel/haproxy_global.php
@@ -29,11 +29,9 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-require("globals.inc");
-require("guiconfig.inc");
+require_once("guiconfig.inc");
require_once("haproxy.inc");
-
-$d_haproxyconfdirty_path = $g['varrun_path'] . "/haproxy.conf.dirty";
+require_once("globals.inc");
if (!is_array($config['installedpackages']['haproxy']))
$config['installedpackages']['haproxy'] = array();