diff options
author | PiBa-NL <pba_2k3@yahoo.com> | 2013-10-02 19:29:58 +0200 |
---|---|---|
committer | PiBa-NL <pba_2k3@yahoo.com> | 2013-10-02 19:29:58 +0200 |
commit | a1aab42e4b13c563810d535ea88010e21f8234cf (patch) | |
tree | af1c9630405ef7016dbd1772b9e2174ca7a97cf4 | |
parent | f0542c9a67ddc1089050303336864ad423ba4853 (diff) | |
download | pfsense-packages-a1aab42e4b13c563810d535ea88010e21f8234cf.tar.gz pfsense-packages-a1aab42e4b13c563810d535ea88010e21f8234cf.tar.bz2 pfsense-packages-a1aab42e4b13c563810d535ea88010e21f8234cf.zip |
haproxy-devel, fix showing ssl offloading options
-rw-r--r-- | config/haproxy-devel/haproxy_listeners_edit.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config/haproxy-devel/haproxy_listeners_edit.php b/config/haproxy-devel/haproxy_listeners_edit.php index dc418614..e95b88ea 100644 --- a/config/haproxy-devel/haproxy_listeners_edit.php +++ b/config/haproxy-devel/haproxy_listeners_edit.php @@ -725,10 +725,6 @@ include("head.inc"); <td> </td> </tr> </table> -<? - global $haproxy_sni_ssloffloading; - if ($haproxy_sni_ssloffloading): -?> <table class="haproxy_mode_http" width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td colspan="2" valign="top" class="listtopic">SSL Offloading</td> @@ -771,9 +767,6 @@ include("head.inc"); <td> </td> </tr> </table> -<? - endif; -?> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr align="left"> <td width="22%" valign="top"> </td> |