|
|
@@ -29,7 +29,7 @@ class DnsHelper
|
|
|
$productManager->loadById($this->params['pid']);
|
|
|
$this->spfConfig = $productManager->get('spf_string');
|
|
|
$this->dmarcConfig = $productManager->get('dmarc_string');
|
|
|
- $api = new KerioWhmcs('whmcsKerioEmail', 'Thurdata', '1.0');
|
|
|
+/* $api = new KerioWhmcs('whmcsKerioEmail', 'Thurdata', '1.0');
|
|
|
try {
|
|
|
$api->login($this->params['serverhostname'], $this->params['username'], $this->params['password']);
|
|
|
} catch (KerioApiException $error) {
|
|
|
@@ -41,7 +41,7 @@ class DnsHelper
|
|
|
$error->getMessage()
|
|
|
);
|
|
|
exit();
|
|
|
- }
|
|
|
+ } */
|
|
|
}
|
|
|
|
|
|
public function KerioEmailCheckDNS()
|