mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
config: fix another crash report
This commit is contained in:
parent
c91ce8c9a3
commit
6dcbac7a7b
@ -318,7 +318,7 @@ EOD;
|
||||
$config['interfaces']['lan']['subnetv6'] = '64';
|
||||
}
|
||||
|
||||
if (!is_array($config['dhcpd']['lan'])) {
|
||||
if (!isset($config['dhcpd']['lan'])) {
|
||||
$config['dhcpd']['lan'] = array();
|
||||
$config['dhcpd']['lan']['range'] = array();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user