summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcpv6_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-11-05 18:14:10 +0545
committerPhil Davis <phil.davis@inf.org>2015-11-05 18:14:10 +0545
commit36b08f39c61b9188f8337c7ac002dbbdbb1d6115 (patch)
tree1e67f7f9cc317272323a56f62d1fe0e54f2fdea3 /src/usr/local/www/services_dhcpv6_edit.php
parent85587e7dd2cdbafd4b075b7b0cd892df5172a7d3 (diff)
downloadpfsense-36b08f39c61b9188f8337c7ac002dbbdbb1d6115.zip
pfsense-36b08f39c61b9188f8337c7ac002dbbdbb1d6115.tar.gz
service_dhcpv6_edit dodgy-looking stuff
Noticed when reading the code.
Diffstat (limited to 'src/usr/local/www/services_dhcpv6_edit.php')
-rw-r--r--src/usr/local/www/services_dhcpv6_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/services_dhcpv6_edit.php b/src/usr/local/www/services_dhcpv6_edit.php
index 8a75ec8..ac8c3f7 100644
--- a/src/usr/local/www/services_dhcpv6_edit.php
+++ b/src/usr/local/www/services_dhcpv6_edit.php
@@ -218,7 +218,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_Input(
'ipaddrv6',
- 'Server 3',
+ 'IPv6 address',
'text',
$pconfig['ipaddrv6']
))->setHelp('If an IPv6 address is entered, the address must be outside of the pool.' . '<br />' .
@@ -243,14 +243,14 @@ if($netboot_enabled) {
'filename',
'Netboot filename',
'text',
- $pconfig['remoteserver3']
+ $pconfig['filename']
))->setHelp('Name of the file that should be loaded when this host boots off of the network, overrides setting on main page.');
$section->addInput(new Form_Input(
'rootpath',
'Root path',
'text',
- $pconfig['remoteserver3']
+ $pconfig['rootpath']
))->setHelp('Enter the root-path string. This overrides setting on main page.');
}
OpenPOWER on IntegriCloud