Next
submit
@@ -129,6 +153,10 @@ if (!empty($_POST['secondarydnsserver']) && !is_ipaddr($_POST['secondarydnsserve
}
if (count($input_errors)) {
$stepid--;
+} else {
+ if (isset($config['unbound']['forwarding'])) {
+ unset($config['unbound']['forwarding']);
+ }
}
]]>
diff --git a/src/www/wizard.php b/src/www/wizard.php
index 3fe4aefc3..959b4af12 100644
--- a/src/www/wizard.php
+++ b/src/www/wizard.php
@@ -736,7 +736,7 @@ function showchange() {
break;
case "listtopic":
- echo "" . gettext($field['name']) . " \n";
+ echo " | " . gettext($field['name']) . "\n";
break;
case "subnet_select":
|