andre 5 месяцев назад
Родитель
Сommit
ef3fa9fc7f
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      app/UI/Client/Setting/Providers/InfoSettingDataProvider.php

+ 4 - 4
app/UI/Client/Setting/Providers/InfoSettingDataProvider.php

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