aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-11-20 17:07:02 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-11-20 17:07:14 -0500
commitcd4f1d248b4dc41b122e8235245d0dda0f023692 (patch)
tree80632324cb4460c0405c356b5b3d893f78406299 /config/haproxy
parente5bb59d9d72c476b82fd0c55fe59d3d1cb142864 (diff)
downloadpfsense-packages-cd4f1d248b4dc41b122e8235245d0dda0f023692.tar.gz
pfsense-packages-cd4f1d248b4dc41b122e8235245d0dda0f023692.tar.bz2
pfsense-packages-cd4f1d248b4dc41b122e8235245d0dda0f023692.zip
Nuke duplicate Type field
Diffstat (limited to 'config/haproxy')
-rwxr-xr-xconfig/haproxy/haproxy_backends_edit.php10
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">