andre 2 năm trước cách đây
mục cha
commit
7e399b5283
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);