|
|
@@ -101,10 +101,10 @@ class InfoSettingDataProvider extends BaseDataProvider
|
|
|
'dkim' => $dkim,
|
|
|
'selfdns' => $selfDns,
|
|
|
'selfdomain' => $selfdomain,
|
|
|
- 'mxthurdata' => $this->actionElementId. ' MX 10 ' . $this->getWhmcsParamByKey('serverhostname'),
|
|
|
- 'spfthurdata' => $this->actionElementId. ' TXT ' . $this->spfConfig,
|
|
|
- 'dmarcthurdata' => $this->actionElementId. ' TXT ' . $this->dmarcConfig,
|
|
|
- 'dkimthurdata' => $this->dkimName. ' TXT ' . $this->domainKey
|
|
|
+ 'mxthurdata' => $this->getWhmcsParamByKey('serverhostname'),
|
|
|
+ 'spfthurdata' => $this->spfConfig,
|
|
|
+ 'dmarcthurdata' => $this->dmarcConfig,
|
|
|
+ 'dkimthurdata' => $this->domainKey
|
|
|
];
|
|
|
$this->availableValues['dnsrecords'] = $dnsRecords;
|
|
|
}
|