diff options
-rwxr-xr-x | config/haproxy/haproxy_backends_edit.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/haproxy/haproxy_backends_edit.php b/config/haproxy/haproxy_backends_edit.php index 79ec013d..5751142b 100755 --- a/config/haproxy/haproxy_backends_edit.php +++ b/config/haproxy/haproxy_backends_edit.php @@ -535,6 +535,8 @@ set by the 'retries' parameter (2).</div> <div>the time (in milliseconds) we accept to wait for data from the client, or for the client to accept data (30000).</div> </td> </tr> +<?php +/* <tr> <td width="22%" valign="top" class="vncell">Access Control lists</td> <td width="78%" class="vtable" colspan="2" valign="top"> @@ -582,7 +584,9 @@ set by the 'retries' parameter (2).</div> </a><br/> Fore more information about ACL's please see <a href='http://haproxy.1wt.eu/download/1.3/doc/configuration.txt' target='_new'>HAProxy Documentation</a> Section 7 - Using ACL's </td> - </tr> + </tr> +*/ +?> <tr align="left"> <td width="22%" valign="top"> </td> <td width="78%"> |