summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_unbound.php
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2014-03-20 21:57:11 +0200
committerWarren Baker <warren@decoy.co.za>2014-03-20 21:57:11 +0200
commit0786eb3afe704e8075bf45acf1a3f300ac5c2571 (patch)
tree997d459a62d579b541effce584a5b51d23feeeff /usr/local/www/services_unbound.php
parent16da09a2112a02eb4b677f2e5a2fc03b7469cfa0 (diff)
downloadpfsense-0786eb3afe704e8075bf45acf1a3f300ac5c2571.zip
pfsense-0786eb3afe704e8075bf45acf1a3f300ac5c2571.tar.gz
Make sure post variables are available for form re-population
Diffstat (limited to 'usr/local/www/services_unbound.php')
-rw-r--r--usr/local/www/services_unbound.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/services_unbound.php b/usr/local/www/services_unbound.php
index 3fce7de..21a1b2e 100644
--- a/usr/local/www/services_unbound.php
+++ b/usr/local/www/services_unbound.php
@@ -64,6 +64,7 @@ $a_domainOverrides = &$config['unbound']['domainoverrides'];
if ($_POST) {
+ $pconfig = $_POST;
unset($input_errors);
if ($_POST['enable'] == "yes" && isset($config['dnsmasq']['enable']))
OpenPOWER on IntegriCloud