mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Do not require ip address and subnet for dhcp
This commit is contained in:
parent
612832eca2
commit
11ff2da5cc
@ -112,8 +112,8 @@ if ($_POST) {
|
||||
$input_errors[] = "Interfaces cannot be bridged while the captive portal is enabled.";
|
||||
}
|
||||
} else {
|
||||
$reqdfields = explode(" ", "descr ipaddr subnet");
|
||||
$reqdfieldsn = explode(",", "Description,IP address,Subnet bit count");
|
||||
$reqdfields = explode(" ", "descr");
|
||||
$reqdfieldsn = explode(",", "Description");
|
||||
|
||||
do_input_validation($_POST, $reqdfields, $reqdfieldsn, &$input_errors);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user