summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2015-12-17 00:38:16 -0800
committerNOYB <Al_Stu@Frontier.com>2015-12-17 00:38:16 -0800
commit0683ff172d5144334ef0579fc86369246455e9e1 (patch)
tree6f99d349b43f8853bfcb8087652d43448c77cd69 /src/usr/local/www/interfaces.php
parent0cf1b4f4f29f2ad63691d598e83a9327ae9867ff (diff)
downloadpfsense-0683ff172d5144334ef0579fc86369246455e9e1.zip
pfsense-0683ff172d5144334ef0579fc86369246455e9e1.tar.gz
Interfaces - DHCP Advanced Options - Require Options
Fix Require options form input
Diffstat (limited to 'src/usr/local/www/interfaces.php')
-rw-r--r--src/usr/local/www/interfaces.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/interfaces.php b/src/usr/local/www/interfaces.php
index 474ac7a..42871fe 100644
--- a/src/usr/local/www/interfaces.php
+++ b/src/usr/local/www/interfaces.php
@@ -2041,10 +2041,10 @@ $section->addInput(new Form_Input(
'Some ISPs may require certain options be or not be requested.');
$section->addInput(new Form_Input(
- 'adv_dhcp_require_options',
+ 'adv_dhcp_required_options',
'Require options',
'text',
- $pconfig['adv_dhcp_require_options']
+ $pconfig['adv_dhcp_required_options']
))->sethelp('The values in this field are DHCP options required by the client when requesting a DHCP lease. [option [, ...]]');
$section->addInput(new Form_Input(
OpenPOWER on IntegriCloud