Revision cc6052f0
Added by Renato Botelho over 12 years ago
usr/local/www/services_dhcp.php | ||
---|---|---|
128 | 128 |
if (!empty($_POST['act'])) |
129 | 129 |
$act = $_POST['act']; |
130 | 130 |
|
131 |
$a_pools = array(); |
|
131 | 132 |
|
132 | 133 |
if (is_array($config['dhcpd'][$if])){ |
133 | 134 |
$pool = $_GET['pool']; |
Also available in: Unified diff
Initialize $a_pools to fix warnings when saving dhcp settings whith no extra pools