summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-07-09 16:20:02 +0000
committerErmal Luçi <eri@pfsense.org>2008-07-09 16:20:02 +0000
commitbe94bb10d6dce29618bf6ecb6ff571f637e388b6 (patch)
treee15189aded191fd0beda2a41648d6650a2446f42 /usr/local/www/services_dhcp.php
parent28115e329a6071f09a404ce23ebda8de32788d6e (diff)
downloadpfsense-be94bb10d6dce29618bf6ecb6ff571f637e388b6.zip
pfsense-be94bb10d6dce29618bf6ecb6ff571f637e388b6.tar.gz
Correctly show interface names on the tabs.
Diffstat (limited to 'usr/local/www/services_dhcp.php')
-rwxr-xr-xusr/local/www/services_dhcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index bdfe57f..d354a7c 100755
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -53,7 +53,7 @@ foreach ($ifdescrs as $ifname => $ifdesc) {
if (!is_ipaddr($oc['ipaddr']) && $is_olsr_enabled)
$singleif_nostaticip = true;
else if ($oc['if'] && (!$oc['bridge']))
- $iflist[$ifname] = $ifdesc['descr'];
+ $iflist[$ifname] = $ifdesc;
}
/* set the starting interface */
OpenPOWER on IntegriCloud