|
|
@@ -63,7 +63,7 @@ class InfoSettingDataProvider extends BaseDataProvider
|
|
|
if(empty($dnsRecords['mx'])){
|
|
|
$mx = 'unset';
|
|
|
} else {
|
|
|
- in_array($this->getWhmcsParamByKey('serverhostname'),$dnsRecords['mx']) ? $mx = implode('',$dnsRecords['mx']) : $mx = 'wrong';
|
|
|
+ $mx = implode('',$dnsRecords['mx']);
|
|
|
}
|
|
|
if(empty($dnsRecords['spf'])) {
|
|
|
$spf = 'unset';
|