also sets regyinfo.whois on http queries

This commit is contained in:
sparc 2003-09-09 16:48:16 +00:00
parent 23675afae3
commit 347d3f3bf3

View file

@ -353,6 +353,7 @@ class Whois {
if(isSet($this->DATA[$this->Query["tld"]]))
$result = $this->Process($result);
$result['regyinfo']['whois'] = $this->Query["server"];
return($result);
}