Browse Source

new info form

andre 5 months ago
parent
commit
ef3fa9fc7f
1 changed files with 4 additions and 4 deletions
  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,
             'dkim' => $dkim,
             'selfdns' => $selfDns,
             'selfdns' => $selfDns,
             'selfdomain' => $selfdomain,
             '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;
         $this->availableValues['dnsrecords'] = $dnsRecords;
     }
     }