浏览代码

new settings section

andre 5 月之前
父节点
当前提交
c5bafb5875
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/Helper/DnsHelper.php

+ 1 - 1
core/Helper/DnsHelper.php

@@ -27,7 +27,7 @@ class DnsHelper
     }    
 
     public function getMX($domain){
-        $zoneID = selfDns($domain);
+//        $zoneID = selfDns($domain);
 //        if($zoneID){
             // use local API
 //            $dnsZone = localAPI('dnsmanager', array( 'dnsaction' => 'getZone', 'zone_id' => $zoneID));