mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
Remove duplicate. (#5178)
This commit is contained in:
parent
1656843a67
commit
b21272f499
@ -214,7 +214,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
* then ensure that we are not running DHCP on the wan which
|
||||
* will make a lot of ISP's unhappy.
|
||||
*/
|
||||
if (!empty($config['interfaces']['lan']) && !empty($config['dhcpd']['wan']) && !empty($config['dhcpd']['wan']) ) {
|
||||
if (!empty($config['interfaces']['lan']) && !empty($config['dhcpd']['wan']) ) {
|
||||
unset($config['dhcpd']['wan']);
|
||||
}
|
||||
link_interface_to_vlans($realid);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user