summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcpv6_edit.php
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@dds.nl>2011-03-21 16:40:22 +0100
committerSeth Mos <seth.mos@dds.nl>2011-03-21 16:40:22 +0100
commit656f17638f5f72ecf218a7b23228be9b54c18353 (patch)
treeebce415f9e7a14aca7dc1cb44fbbb117df4f2412 /usr/local/www/services_dhcpv6_edit.php
parent5ceb19429be99993a905dab84ed060a1e8e3df41 (diff)
downloadpfsense-656f17638f5f72ecf218a7b23228be9b54c18353.zip
pfsense-656f17638f5f72ecf218a7b23228be9b54c18353.tar.gz
Correct typo in array name. Add select box for operating mode of rtadvd and dhcpv6 combination
Diffstat (limited to 'usr/local/www/services_dhcpv6_edit.php')
-rw-r--r--usr/local/www/services_dhcpv6_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcpv6_edit.php b/usr/local/www/services_dhcpv6_edit.php
index bc51f83..5ff0dcf 100644
--- a/usr/local/www/services_dhcpv6_edit.php
+++ b/usr/local/www/services_dhcpv6_edit.php
@@ -48,7 +48,7 @@ function staticmapcmp($a, $b) {
function staticmaps_sort($ifgui) {
global $g, $config;
- usort($config['dhcpd'][$ifgui]['staticmap'], "staticmapcmp");
+ usort($config['dhcpdv6'][$ifgui]['staticmap'], "staticmapcmp");
}
require_once('globals.inc');
OpenPOWER on IntegriCloud