From be94bb10d6dce29618bf6ecb6ff571f637e388b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=C3=A7i?= Date: Wed, 9 Jul 2008 16:20:02 +0000 Subject: [PATCH] Correctly show interface names on the tabs. --- usr/local/www/services_dhcp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php index bdfe57f1ae..d354a7cbc8 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 */