Explorar el Código

clientareafunctions

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

+ 0 - 1
cwp7.php

@@ -577,7 +577,6 @@ function cwp7CheckA($domain, $serverIP, $recurse = 0) {
 
 function cwp7CheckSOA($domain) {
 	$nameserver = array(NS1);
-	$domain='seecure.ch';
 	$resolver = new Net_DNS2_Resolver(array('nameservers' => $nameserver));
     try {
             $result = $resolver->query($domain, 'SOA');