summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out_edit.php
diff options
context:
space:
mode:
authorErmal Luçi <ermal.luci@gmail.com>2012-11-22 00:04:43 -0800
committerErmal Luçi <ermal.luci@gmail.com>2012-11-22 00:04:43 -0800
commit8eae2d032e04a179a02185001ad29bb4a02db576 (patch)
tree53c247beba2ac4d385e55b8a089cea0bca55a52e /usr/local/www/firewall_nat_out_edit.php
parentb164a3513e8cc980f3af2fc76cbb589a5f825f97 (diff)
parent59ef521d366ed29ce3166a1f8dee6efde87a7a24 (diff)
downloadpfsense-8eae2d032e04a179a02185001ad29bb4a02db576.zip
pfsense-8eae2d032e04a179a02185001ad29bb4a02db576.tar.gz
Merge pull request #265 from PiBa-NL/outbound_nonat
outbound nat, remove non-applicable translation option 'any'
Diffstat (limited to 'usr/local/www/firewall_nat_out_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_out_edit.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_out_edit.php b/usr/local/www/firewall_nat_out_edit.php
index e59db5b..eff0271 100755
--- a/usr/local/www/firewall_nat_out_edit.php
+++ b/usr/local/www/firewall_nat_out_edit.php
@@ -579,7 +579,6 @@ any)");?></td>
<option value="<?=$alias['name'];?>" <?php if ($alias['name'] == $pconfig['target']) echo "selected"; ?>><?=htmlspecialchars("Host Alias: {$alias['name']} ({$alias['descr']})");?></option>
<?php endforeach; ?>
<option value="other-subnet"<?php if($pconfig['target'] == "other-subnet") echo " selected"; ?>><?=gettext("Other Subnet (Enter Below)");?></option>
- <option value=""<?php if($pconfig['target'] == "any") echo " selected"; ?>><?=gettext("any");?></option>
</select>
</td>
</tr>
OpenPOWER on IntegriCloud