|
|
in_array($this->getWhmcsParamByKey('serverhostname'),$dnsRecords['mx']) ? $mx = implode('',$dnsRecords['mx']) : $mx = 'wrong';
|
|
in_array($this->getWhmcsParamByKey('serverhostname'),$dnsRecords['mx']) ? $mx = implode('',$dnsRecords['mx']) : $mx = 'wrong';
|