소스 검색

clientareafunctions

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

+ 2 - 0
cwp7.php

@@ -409,6 +409,8 @@ function cwp7CheckSOA($domain) {
 		);
 		return 'error';
 	}
+	$whoisServer = 'whois.nic.ch';
+	$domain = 'thurdata.ch';
 	$conn = fsockopen($whoisServer, 43, $errno, $errstr);
 	if($conn) {
 		fputs($conn, $domain . "\r\n");