also sets regyinfo.whois on http queries
This commit is contained in:
parent
23675afae3
commit
347d3f3bf3
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue