summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-04-26 19:10:44 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-04-26 19:10:44 +0000
commitbb43786ee36f3a682828e66c4bf264b83b9f6f73 (patch)
tree4f99091dec2a17658fcd95e18ffdd9732bf79148 /usr/local/www/firewall_nat_out.php
parent32963a17e3f44e73f2430fe9570f311c23ecad59 (diff)
downloadpfsense-bb43786ee36f3a682828e66c4bf264b83b9f6f73.zip
pfsense-bb43786ee36f3a682828e66c4bf264b83b9f6f73.tar.gz
Echo out interface name when its not WAN.
This should address Ticket #32
Diffstat (limited to 'usr/local/www/firewall_nat_out.php')
-rwxr-xr-xusr/local/www/firewall_nat_out.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_out.php b/usr/local/www/firewall_nat_out.php
index eb12e67..ca0adf4 100755
--- a/usr/local/www/firewall_nat_out.php
+++ b/usr/local/www/firewall_nat_out.php
@@ -232,7 +232,7 @@ if (isset($_POST['del_x'])) {
if (!$natent['interface'] || ($natent['interface'] == "wan"))
echo "WAN";
else
- htmlspecialchars($config['interfaces'][$natent['interface']]['descr']);
+ echo htmlspecialchars($config['interfaces'][$natent['interface']]['descr']);
?>
&nbsp;
</td>
OpenPOWER on IntegriCloud