summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-07 22:48:31 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-07 22:48:31 -0500
commita6e44b82f4584cdb656dc9c42eab1a88f19cc3c1 (patch)
tree058da12558d6cb8d01c2a2cf384d421aca2bf1dd
parent9b54ac32a36fbfad3d4ac7206a97cd2f13a5630e (diff)
parenta6d93c69b0ee9c76de16e4dff369c7eafa84460a (diff)
downloadpfsense-a6e44b82f4584cdb656dc9c42eab1a88f19cc3c1.zip
pfsense-a6e44b82f4584cdb656dc9c42eab1a88f19cc3c1.tar.gz
Merge pull request #2039 from phil-davis/patch-3
-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