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);