|
@@ -32,8 +32,8 @@ class DnsHelper
|
|
|
$dmarcConfig = $productManager->get('dmarc_string');
|
|
$dmarcConfig = $productManager->get('dmarc_string');
|
|
|
if($clientDomains['totalresults'] == 0){
|
|
if($clientDomains['totalresults'] == 0){
|
|
|
$vars['selfDNS'] = FALSE;
|
|
$vars['selfDNS'] = FALSE;
|
|
|
- $vars['dmarc'] = $dmarc;
|
|
|
|
|
- $vars['spf'] = $spf;
|
|
|
|
|
|
|
+ $vars['dmarcconfig'] = $dmarcConfig;
|
|
|
|
|
+ $vars['spfconfig'] = $spfConfig;
|
|
|
return $vars;
|
|
return $vars;
|
|
|
}
|
|
}
|
|
|
$resolver = new \Net_DNS2_Resolver(array('nameservers' => $nameserver));
|
|
$resolver = new \Net_DNS2_Resolver(array('nameservers' => $nameserver));
|