andre 2 년 전
부모
커밋
7e399b5283
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      testdns.php

+ 1 - 1
testdns.php

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