summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-10 04:46:42 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-10 04:46:42 +0000
commitc7f97efa5bab6b55a92856c6bda2be3320e96ad7 (patch)
treed01eeedc628abf4cc7bea3a362feeece913cc1d5 /usr/local/www/firewall_nat_out.php
parente763c15b2ea1310d5ee4ae5252eee78cb7829576 (diff)
downloadpfsense-c7f97efa5bab6b55a92856c6bda2be3320e96ad7.zip
pfsense-c7f97efa5bab6b55a92856c6bda2be3320e96ad7.tar.gz
Forgotten MFC
Diffstat (limited to 'usr/local/www/firewall_nat_out.php')
-rwxr-xr-xusr/local/www/firewall_nat_out.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php
index 670ae82..c3aba8a 100755
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -257,6 +257,8 @@ include("head.inc");
<?php
if (!$natent['interface'] || ($natent['interface'] == "wan"))
echo "WAN";
+ else if (!$natent['interface'] || ($natent['interface'] == "lan"))
+ echo "LAN";
else
echo htmlspecialchars($config['interfaces'][$natent['interface']]['descr']);
?>
OpenPOWER on IntegriCloud