diff options
author | Stephen Beaver <sbeaver@netgate.com> | 2015-12-17 07:48:45 -0500 |
---|---|---|
committer | Stephen Beaver <sbeaver@netgate.com> | 2015-12-17 07:48:45 -0500 |
commit | c6c79a380b3a489b27f457cd417fbc99d0f7e2ef (patch) | |
tree | c7c6c35e2037aee4a6eb6e36c2321f43a5965bcd | |
parent | ca7acf928c335d762438575984efc0c4e3d63be9 (diff) | |
parent | 0683ff172d5144334ef0579fc86369246455e9e1 (diff) | |
download | pfsense-c6c79a380b3a489b27f457cd417fbc99d0f7e2ef.zip pfsense-c6c79a380b3a489b27f457cd417fbc99d0f7e2ef.tar.gz |
Merge pull request #2270 from NOYB/Interfaces_-_DHCP_Advanced_Options_-_Require_Options
-rw-r--r-- | src/usr/local/www/interfaces.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/interfaces.php b/src/usr/local/www/interfaces.php index 7ed1b72..f3cf12f 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( |