diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-12-22 15:20:48 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-12-22 15:20:48 -0500 |
commit | f05d48f35b901886e7d57ac2ed7ff5d86fdf0f8b (patch) | |
tree | 3340fc5705976c41e8e7aaeebaf27ff24feced8b /config/haproxy/haproxy_servers_edit.php | |
parent | 86ede4fa40adc1ab0d502d74f5dbb7db8f04e273 (diff) | |
download | pfsense-packages-f05d48f35b901886e7d57ac2ed7ff5d86fdf0f8b.tar.gz pfsense-packages-f05d48f35b901886e7d57ac2ed7ff5d86fdf0f8b.tar.bz2 pfsense-packages-f05d48f35b901886e7d57ac2ed7ff5d86fdf0f8b.zip |
Pass thru is not a required field
Diffstat (limited to 'config/haproxy/haproxy_servers_edit.php')
-rwxr-xr-x | config/haproxy/haproxy_servers_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/haproxy/haproxy_servers_edit.php b/config/haproxy/haproxy_servers_edit.php index db44dc72..1803b5da 100755 --- a/config/haproxy/haproxy_servers_edit.php +++ b/config/haproxy/haproxy_servers_edit.php @@ -299,7 +299,7 @@ function clearcombo(){ </td> </tr> <tr align="left"> - <td width="22%" valign="top" class="vncellreq">Advanced pass thru</td> + <td width="22%" valign="top" class="vncell">Advanced pass thru</td> <td width="78%" class="vtable" colspan="2"> <textarea name='advanced' rows="4" cols="70" id='advanced'><?php echo $pconfig['advanced']; ?></textarea> <br/> |