summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-05 07:45:34 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-05 07:45:34 -0500
commitc7250cf7aca4f56ff4c0f53963c94f0cee4ac3ee (patch)
tree1e67f7f9cc317272323a56f62d1fe0e54f2fdea3
parent85587e7dd2cdbafd4b075b7b0cd892df5172a7d3 (diff)
parent36b08f39c61b9188f8337c7ac002dbbdbb1d6115 (diff)
downloadpfsense-c7250cf7aca4f56ff4c0f53963c94f0cee4ac3ee.zip
pfsense-c7250cf7aca4f56ff4c0f53963c94f0cee4ac3ee.tar.gz
Merge pull request #2028 from phil-davis/patch-3
-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