summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-25 19:30:18 +0545
committerGitHub <noreply@github.com>2017-01-25 19:30:18 +0545
commit0e5ee5ae260c42a05b79edf74fb491fca52bacb4 (patch)
tree50d529da3c2b112be9fd9635c5fe65cd71cd5b20
parent47f2a4b9eb22ea6f1f6baad83e3786ecb53c5394 (diff)
downloadpfsense-0e5ee5ae260c42a05b79edf74fb491fca52bacb4.zip
pfsense-0e5ee5ae260c42a05b79edf74fb491fca52bacb4.tar.gz
Fix cut-paste error in Breadcrumb Links
-rw-r--r--src/usr/local/www/services_dhcpv6_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dhcpv6_edit.php b/src/usr/local/www/services_dhcpv6_edit.php
index 43df90d..f259920 100644
--- a/src/usr/local/www/services_dhcpv6_edit.php
+++ b/src/usr/local/www/services_dhcpv6_edit.php
@@ -199,7 +199,7 @@ if (!empty($if) && isset($iflist[$if])) {
$ifname = $iflist[$if];
}
$pgtitle = array(gettext("Services"), htmlspecialchars(gettext("DHCPv6 Server & RA")), $ifname, gettext("DHCPv6 Server"), gettext("Edit Static Mapping"));
-$pglinks = array("", "services_dhcp.php", "services_dhcp.php?if={$if}", "services_dhcp.php?if={$if}", "@self");
+$pglinks = array("", "services_dhcpv6.php", "services_dhcpv6.php?if={$if}", "services_dhcpv6.php?if={$if}", "@self");
$shortcut_section = "dhcp6";
include("head.inc");
OpenPOWER on IntegriCloud