diff --git a/usr/local/www/services_unbound.php b/usr/local/www/services_unbound.php index 528cdb6057..fc8432730f 100644 --- a/usr/local/www/services_unbound.php +++ b/usr/local/www/services_unbound.php @@ -76,9 +76,6 @@ if (isset($config['unbound']['regdhcp'])) { if (isset($config['unbound']['regdhcpstatic'])) { $pconfig['regdhcpstatic'] = true; } -if (isset($config['unbound']['txtsupport'])) { - $pconfig['txtsupport'] = true; -} $pconfig['port'] = $config['unbound']['port']; $pconfig['custom_options'] = base64_decode($config['unbound']['custom_options']); @@ -159,11 +156,6 @@ if ($_POST) { } else { unset($a_unboundcfg['regdhcpstatic']); } - if (isset($_POST['txtsupport'])) { - $a_unboundcfg['txtsupport'] = true; - } else { - unset($a_unboundcfg['txtsupport']); - } if (is_array($_POST['active_interface']) && !empty($_POST['active_interface'])) { $a_unboundcfg['active_interface'] = implode(",", $_POST['active_interface']); } @@ -213,7 +205,7 @@ include_once("head.inc"); function enable_change(enable_over) { var endis; endis = !(jQuery('#enable').is(":checked") || enable_over); - jQuery("#active_interface,#outgoing_interface,#dnssec,#forwarding,#regdhcp,#regdhcpstatic,#dhcpfirst,#port,#txtsupport,#custom_options").prop('disabled', endis); + jQuery("#active_interface,#outgoing_interface,#dnssec,#forwarding,#regdhcp,#regdhcpstatic,#dhcpfirst,#port,#custom_options").prop('disabled', endis); } function show_advanced_dns() { jQuery("#showadv").show(); @@ -358,14 +350,6 @@ function show_advanced_dns() { "System: General setup%s to the proper value."),'','');?>

- - -

- /> -
-

- -