Revision 0786eb3a
Added by Warren Baker about 11 years ago
usr/local/www/services_unbound.php | ||
---|---|---|
64 | 64 |
|
65 | 65 |
if ($_POST) { |
66 | 66 |
|
67 |
$pconfig = $_POST; |
|
67 | 68 |
unset($input_errors); |
68 | 69 |
|
69 | 70 |
if ($_POST['enable'] == "yes" && isset($config['dnsmasq']['enable'])) |
Also available in: Unified diff
Make sure post variables are available for form re-population