diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2004-11-20 04:54:37 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2004-11-20 04:54:37 +0000 |
commit | 7e0773a1481e8a85a7643aa7aa27fd226d9af7cb (patch) | |
tree | f22b4afc144a11738c85b26ba4e906bc2dbba322 | |
parent | 6187380b8348ab9ea0aa195f0928a274780d666c (diff) | |
download | pfsense-7e0773a1481e8a85a7643aa7aa27fd226d9af7cb.zip pfsense-7e0773a1481e8a85a7643aa7aa27fd226d9af7cb.tar.gz |
no message
-rwxr-xr-x | usr/local/www/firewall_nat_out.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php index d72af0e..1f43278 100755 --- a/usr/local/www/firewall_nat_out.php +++ b/usr/local/www/firewall_nat_out.php @@ -106,11 +106,6 @@ if ($_GET['act'] == "del") { <strong>Enable advanced outbound NAT<br> </strong></p> </td> - <td class="vtable"><p> - <input name="enableoutboundloadbalancing" type="checkbox" id="enableoutboundloadbalancing" value="yes" <?php if (isset($config['nat']['enableoutboundloadbalancing'])) echo "checked";?>> - <strong>Enable outbound NAT load balancing.<br> - </strong></p> - </td> </tr> <tr> <td> <input name="submit" type="submit" class="formbtn" value="Save"> |