Ver Fonte

testing

andre há 2 anos atrás
pai
commit
dc2d200378
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      testdns.php

+ 2 - 2
testdns.php

@@ -49,10 +49,10 @@ function cwp7CheckSOA($domain, $nameserverIP = NS1) {
             return 'none';
         }
     }
-	return $result['answer'][0]['mname'];
+	return $result;
 };
 
 $result = cwp7CheckSOA($domain);
-print_r($result);
+print_r($result['answer'][0]['mname']);