mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Initialize $a_pools to fix warnings when saving dhcp settings whith no extra pools
This commit is contained in:
parent
49b76122af
commit
cc6052f00d
@ -128,6 +128,7 @@ $act = $_GET['act'];
|
||||
if (!empty($_POST['act']))
|
||||
$act = $_POST['act'];
|
||||
|
||||
$a_pools = array();
|
||||
|
||||
if (is_array($config['dhcpd'][$if])){
|
||||
$pool = $_GET['pool'];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user