diff options
author | Jim P <jim@pingle.org> | 2013-10-02 10:39:12 -0700 |
---|---|---|
committer | Jim P <jim@pingle.org> | 2013-10-02 10:39:12 -0700 |
commit | 54058f92666f64c38a0f46f930affb14c8bd0240 (patch) | |
tree | 40f2ee4a4e7682d030870d61b62063f8175980ba /config/haproxy-devel | |
parent | 1fc91f00ea55482269dfb6e38385d381e119da8f (diff) | |
parent | a1aab42e4b13c563810d535ea88010e21f8234cf (diff) | |
download | pfsense-packages-54058f92666f64c38a0f46f930affb14c8bd0240.tar.gz pfsense-packages-54058f92666f64c38a0f46f930affb14c8bd0240.tar.bz2 pfsense-packages-54058f92666f64c38a0f46f930affb14c8bd0240.zip |
Merge pull request #522 from PiBa-NL/haproxy_spellcheck
haproxy-devel, fix showing ssl offloading options
Diffstat (limited to 'config/haproxy-devel')
-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> |