summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_interfaces.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-18 21:52:22 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-18 21:52:22 +0000
commit312536e511c7c7b883b6fbf69ebec0e23274dda1 (patch)
tree3c19eb39825ef27423a8e2b11d199ee6adfcc7fc /usr/local/www/status_interfaces.php
parenta79b98d4bc23c8198da977c85af533ed0c7c3946 (diff)
downloadpfsense-312536e511c7c7b883b6fbf69ebec0e23274dda1.zip
pfsense-312536e511c7c7b883b6fbf69ebec0e23274dda1.tar.gz
Use $ifdescr
Diffstat (limited to 'usr/local/www/status_interfaces.php')
-rwxr-xr-xusr/local/www/status_interfaces.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/status_interfaces.php b/usr/local/www/status_interfaces.php
index c5e0eef..834e17c 100755
--- a/usr/local/www/status_interfaces.php
+++ b/usr/local/www/status_interfaces.php
@@ -235,10 +235,9 @@ include("head.inc");
}
foreach ($ifdescrs as $ifdescr => $ifname):
$ifinfo = get_interface_info($ifdescr);
- $realint = filter_translate_type_to_real_interface($ifname);
?>
<form action="status_interfaces.php" method="post">
- <input type="hidden" name="interface" value="<?php echo $realint; ?>">
+ <input type="hidden" name="interface" value="<?php echo $ifdescr; ?>">
<?php if ($i): ?>
<tr>
<td colspan="8" class="list" height="12"></td>
OpenPOWER on IntegriCloud