summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-11-06 20:10:17 +0000
committerErmal Luçi <eri@pfsense.org>2008-11-06 20:10:17 +0000
commit31dce437d07aad2615d7e2386335e3892bdc6a03 (patch)
tree865364fcc91861f380446178d32d6da13d15443d /usr
parenta976fa829b9005b90cac3987b1a74951bbe289a6 (diff)
downloadpfsense-31dce437d07aad2615d7e2386335e3892bdc6a03.zip
pfsense-31dce437d07aad2615d7e2386335e3892bdc6a03.tar.gz
Remove hardcoded removing of LAN interface from the 1:1 mappings.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_nat_1to1_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_1to1_edit.php b/usr/local/www/firewall_nat_1to1_edit.php
index dad3f9e..04abdd7 100755
--- a/usr/local/www/firewall_nat_1to1_edit.php
+++ b/usr/local/www/firewall_nat_1to1_edit.php
@@ -154,7 +154,7 @@ include("head.inc");
<?php
$interfaces = get_configured_interface_with_descr();
foreach ($interfaces as $iface => $ifacename):
-if ($iface == "lan") continue; ?>
+ ?>
<option value="<?=$iface;?>" <?php if ($iface == $pconfig['interface']) echo "selected"; ?>>
<?=htmlspecialchars($ifacename);?>
</option>
OpenPOWER on IntegriCloud