Correctly show interface names on the tabs.

This commit is contained in:
Ermal Luçi 2008-07-09 16:20:02 +00:00
parent 28115e329a
commit be94bb10d6

View File

@ -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 */