added again useful comments
This commit is contained in:
parent
b67e04e7ff
commit
00c2e03057
1 changed files with 4 additions and 1 deletions
|
@ -50,7 +50,10 @@ if(isSet($_GET['query']))
|
|||
|
||||
$whois = new Whois();
|
||||
|
||||
//$whois->deep_whois = false;
|
||||
// uncomment the following line to get faster but less acurate results
|
||||
// $whois->deep_whois = false;
|
||||
|
||||
// To use special whois servers (see README)
|
||||
//$whois->UseServer('uk','whois.nic.uk:1043?{hname} {ip} {query}');
|
||||
//$whois->UseServer('au','whois-check.ausregistry.net.au');
|
||||
|
||||
|
|
Loading…
Reference in a new issue