diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-11-20 17:07:02 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-11-20 17:07:14 -0500 |
commit | cd4f1d248b4dc41b122e8235245d0dda0f023692 (patch) | |
tree | 80632324cb4460c0405c356b5b3d893f78406299 /config | |
parent | e5bb59d9d72c476b82fd0c55fe59d3d1cb142864 (diff) | |
download | pfsense-packages-cd4f1d248b4dc41b122e8235245d0dda0f023692.tar.gz pfsense-packages-cd4f1d248b4dc41b122e8235245d0dda0f023692.tar.bz2 pfsense-packages-cd4f1d248b4dc41b122e8235245d0dda0f023692.zip |
Nuke duplicate Type field
Diffstat (limited to 'config')
-rwxr-xr-x | config/haproxy/haproxy_backends_edit.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/config/haproxy/haproxy_backends_edit.php b/config/haproxy/haproxy_backends_edit.php index 70bfa28f..61915a70 100755 --- a/config/haproxy/haproxy_backends_edit.php +++ b/config/haproxy/haproxy_backends_edit.php @@ -528,16 +528,6 @@ set by the 'retries' parameter (2).</div> </td> </tr> <tr align="left"> - <td width="22%" valign="top" class="vncellreq">Type</td> - <td width="78%" class="vtable" colspan="2"> - <select name="type" id="type"> - <option value="http"<?php if($pconfig['type'] == "http") echo " SELECTED"; ?>>HTTP</option> - <option value="tcp"<?php if($pconfig['type'] == "tcp") echo " SELECTED"; ?>>TCP</option> - <option value="health"<?php if($pconfig['type'] == "health") echo " SELECTED"; ?>>Health</option> - </select> - </td> - </tr> - <tr align="left"> <td width="22%" valign="top" class="vncell">Max connections</td> <td width="78%" class="vtable" colspan="2"> <input name="max_connections" type="text" <?if(isset($pconfig['max_connections'])) echo "value=\"{$pconfig['max_connections']}\"";?> size="10" maxlength="10"> |