diff options
author | jim-p <jimp@pfsense.org> | 2010-12-02 09:36:46 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2010-12-02 09:37:36 -0500 |
commit | 599dbb6c1cc20f76eefd1cb41bba1569226545a0 (patch) | |
tree | 04ee6221093438297a25a2c16f31a8f8bc1a296f /config/haproxy-dev | |
parent | ef819bb1e3781aa62a7e7cd6ad1822bc7c4793bd (diff) | |
download | pfsense-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-dev')
-rwxr-xr-x | config/haproxy-dev/haproxy_listeners_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/haproxy-dev/haproxy_listeners_edit.php b/config/haproxy-dev/haproxy_listeners_edit.php index 21258c9d..22be121b 100755 --- a/config/haproxy-dev/haproxy_listeners_edit.php +++ b/config/haproxy-dev/haproxy_listeners_edit.php @@ -446,8 +446,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_listeners_edit.php" method="post" name="iform" id="iform"> <?php endif; ?> +<form action="haproxy_listeners_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 listener</td> |