aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-devel
diff options
context:
space:
mode:
authorPiBa-NL <pba_2k3@yahoo.com>2014-03-13 18:51:57 +0100
committerPiBa-NL <pba_2k3@yahoo.com>2014-03-13 18:51:57 +0100
commit75e58870aea85346fe7b439ff04c5b98b2e7dfb2 (patch)
tree36ae4a25d9a1205d5019eed07e6094a8f3228e54 /config/haproxy-devel
parent9cabf2d6c98b88a7cc704a04c2eaf9992e903819 (diff)
downloadpfsense-packages-75e58870aea85346fe7b439ff04c5b98b2e7dfb2.tar.gz
pfsense-packages-75e58870aea85346fe7b439ff04c5b98b2e7dfb2.tar.bz2
pfsense-packages-75e58870aea85346fe7b439ff04c5b98b2e7dfb2.zip
haproxy-devel, type in var: excludefrontent > excludefrontend
Diffstat (limited to 'config/haproxy-devel')
-rw-r--r--config/haproxy-devel/haproxy_listeners_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/haproxy-devel/haproxy_listeners_edit.php b/config/haproxy-devel/haproxy_listeners_edit.php
index 47fb3b03..3ea72274 100644
--- a/config/haproxy-devel/haproxy_listeners_edit.php
+++ b/config/haproxy-devel/haproxy_listeners_edit.php
@@ -238,8 +238,8 @@ $pgtitle = "HAProxy: Frontend: Edit";
include("head.inc");
if (!isset($_GET['dup']))
- $excludefrontent = $pconfig['name'];
-$primaryfrontends = get_haproxy_frontends($excludefrontent);
+ $excludefrontend = $pconfig['name'];
+$primaryfrontends = get_haproxy_frontends($excludefrontend);
$interfaces = haproxy_get_bindable_interfaces();
?>