diff options
author | Phil Davis <phil.davis@inf.org> | 2017-01-25 19:30:18 +0545 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-25 19:30:18 +0545 |
commit | 0e5ee5ae260c42a05b79edf74fb491fca52bacb4 (patch) | |
tree | 50d529da3c2b112be9fd9635c5fe65cd71cd5b20 /src/usr/local | |
parent | 47f2a4b9eb22ea6f1f6baad83e3786ecb53c5394 (diff) | |
download | pfsense-0e5ee5ae260c42a05b79edf74fb491fca52bacb4.zip pfsense-0e5ee5ae260c42a05b79edf74fb491fca52bacb4.tar.gz |
Fix cut-paste error in Breadcrumb Links
Diffstat (limited to 'src/usr/local')
-rw-r--r-- | src/usr/local/www/services_dhcpv6_edit.php | 2 |
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"); |