Browse Source

clientareafunctions

andre 3 years ago
parent
commit
1b0297ae66
1 changed files with 2 additions and 0 deletions
  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");