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