summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/local/www/services_router_advertisements.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_router_advertisements.php b/src/usr/local/www/services_router_advertisements.php
index c8c92a5..167ccee 100644
--- a/src/usr/local/www/services_router_advertisements.php
+++ b/src/usr/local/www/services_router_advertisements.php
@@ -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++;
}
OpenPOWER on IntegriCloud