aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-12-02 09:36:46 -0500
committerjim-p <jimp@pfsense.org>2010-12-02 09:37:36 -0500
commit599dbb6c1cc20f76eefd1cb41bba1569226545a0 (patch)
tree04ee6221093438297a25a2c16f31a8f8bc1a296f /config/haproxy
parentef819bb1e3781aa62a7e7cd6ad1822bc7c4793bd (diff)
downloadpfsense-packages-599dbb6c1cc20f76eefd1cb41bba1569226545a0.tar.gz
pfsense-packages-599dbb6c1cc20f76eefd1cb41bba1569226545a0.tar.bz2
pfsense-packages-599dbb6c1cc20f76eefd1cb41bba1569226545a0.zip
Fix these misplaced "endif;" statements, they were causing the opening form tag to be hidden on 2.0 so the settings would never save.
Diffstat (limited to 'config/haproxy')
-rwxr-xr-xconfig/haproxy/haproxy_frontends_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/haproxy/haproxy_frontends_edit.php b/config/haproxy/haproxy_frontends_edit.php
index 7f6562ad..f7302a2a 100755
--- a/config/haproxy/haproxy_frontends_edit.php
+++ b/config/haproxy/haproxy_frontends_edit.php
@@ -369,8 +369,8 @@ include("head.inc");
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if($one_two): ?>
<p class="pgtitle"><?=$pgtitle?></p>
-<form action="haproxy_frontends_edit.php" method="post" name="iform" id="iform">
<?php endif; ?>
+<form action="haproxy_frontends_edit.php" method="post" name="iform" id="iform">
<table width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td colspan="2" valign="top" class="listtopic">Edit haproxy backend</td>