Explorar el Código

clientareafunctions

andre hace 3 años
padre
commit
1541fcc227
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      cwp7.php

+ 1 - 1
cwp7.php

@@ -326,7 +326,7 @@ function cwp7CheckDNS($domain) {
 	$nameserver = array( NS1, NS2);
 	$nameserver = array( NS1, NS2);
 	$resolver = new Net_DNS2_Resolver(array('nameservers' => $nameserver));
 	$resolver = new Net_DNS2_Resolver(array('nameservers' => $nameserver));
     try {
     try {
-            $result = $resolver->query($domain, 'A');
+            $result = $resolver->query("symbionet.de", 'A');
             
             
     } catch(Net_DNS2_Exception $e) {
     } catch(Net_DNS2_Exception $e) {
 		logModuleCall(
 		logModuleCall(