|
|
@@ -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));
|