Browse Source

new settings section

andre 5 months ago
parent
commit
813b9b97d7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/Helper/DnsHelper.php

+ 1 - 0
core/Helper/DnsHelper.php

@@ -86,6 +86,7 @@ class DnsHelper
         $vars['spf'] = array();
         $vars['spf'] = array();
         $vars['dmarc'] = array();
         $vars['dmarc'] = array();
         $vars['dkim'] = array();
         $vars['dkim'] = array();
+        $vars['selfdns'] = true;
         $dnsZone = localAPI('dnsmanager', array( 'dnsaction' => 'getZone', 'zone_id' => $zoneID));
         $dnsZone = localAPI('dnsmanager', array( 'dnsaction' => 'getZone', 'zone_id' => $zoneID));
         if($dnsZone['result'] != 'success') {
         if($dnsZone['result'] != 'success') {
             return 'Error: cloud not fetch zone for ID ' . $zoneID;
             return 'Error: cloud not fetch zone for ID ' . $zoneID;