Merge pull request #2039 from phil-davis/patch-3

This commit is contained in:
Stephen Beaver 2015-11-07 22:48:31 -05:00
commit a6e44b82f4

View File

@ -259,7 +259,7 @@ foreach ($iflist as $ifent => $ifname) {
$active = false;
}
$tab_array[] = array($ifname, $active, "services_dhcpv6.php?if={$ifent}");
$tab_array[] = array($ifname, $active, "services_router_advertisements.php?if={$ifent}");
$tabscounter++;
}