summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-11-19 21:54:22 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-11-19 21:54:22 +0000
commit6b3a73985c6c5dce18f9ea70f16cf87bec2d1c5b (patch)
tree535e99c905d051e1376346953a17e5dddf665506 /usr/local/www/firewall_nat.php
parentbafc1e3f22a9942e91e75f89d409a7a0e80f451b (diff)
downloadpfsense-6b3a73985c6c5dce18f9ea70f16cf87bec2d1c5b.zip
pfsense-6b3a73985c6c5dce18f9ea70f16cf87bec2d1c5b.tar.gz
Load balancing makes more sense on the outgoing tab
Diffstat (limited to 'usr/local/www/firewall_nat.php')
-rwxr-xr-xusr/local/www/firewall_nat.php12
1 files changed, 1 insertions, 11 deletions
diff --git a/usr/local/www/firewall_nat.php b/usr/local/www/firewall_nat.php
index c0ba7e7..806327f 100755
--- a/usr/local/www/firewall_nat.php
+++ b/usr/local/www/firewall_nat.php
@@ -58,8 +58,7 @@ if ($_POST) {
}
}
- $pconfig['nat']['enableoutboundloadbalancing'] = $_POST['enableoutboundloadbalancing'] ? true : false;
- write_config();
+
}
@@ -99,15 +98,6 @@ if ($_GET['act'] == "del") {
<li class="tabinact"><a href="firewall_nat_out.php">Outbound</a></li>
</ul>
</td></tr>
-
- <tr>
- <td class="tabcont"><p><span class="vexpl"> </span>
- <input name="enableoutboundloadbalancing" type="checkbox" id="enableoutboundloadbalancing" value="yes" <?php if ($pconfig['enableoutboundloadbalancing'] == "yes") echo "checked";?>>
- <strong>Enable outbound load balancing.<hr>
- </strong></p><input name="submit" type="submit" class="formbtn" value="Save">
- </td>
- </tr>
-
<tr>
<td class="tabcont">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
OpenPOWER on IntegriCloud