summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out_edit.php
diff options
context:
space:
mode:
authorPiBa-NL <pba_2k3@yahoo.com>2012-11-22 01:09:22 +0100
committerPiBa-NL <pba_2k3@yahoo.com>2012-11-22 01:09:22 +0100
commit59ef521d366ed29ce3166a1f8dee6efde87a7a24 (patch)
tree7da4b05f378d0f5ebb5f9ccba313adb16ece1dad /usr/local/www/firewall_nat_out_edit.php
parent2909d891f6a01c8d605ffe99e1a55a4c11615164 (diff)
downloadpfsense-59ef521d366ed29ce3166a1f8dee6efde87a7a24.zip
pfsense-59ef521d366ed29ce3166a1f8dee6efde87a7a24.tar.gz
outbound nat, remove non-applicable option
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 d62de63..c2f64b1 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