*** empty log message ***
This commit is contained in:
parent
d63e89ed09
commit
8557efbdcb
3 changed files with 3 additions and 3 deletions
|
@ -78,7 +78,7 @@ class Whois extends WhoisClient
|
|||
function Lookup($query = '', $is_utf = true)
|
||||
{
|
||||
// start clean
|
||||
$this->Query['status'] = '';
|
||||
$this->Query = array( 'status' => '' );
|
||||
|
||||
$query = trim($query);
|
||||
|
||||
|
|
|
@ -74,7 +74,7 @@ foreach ($domains as $key => $domain)
|
|||
$result = $whois->Lookup($domain);
|
||||
|
||||
unset($result['rawdata']);
|
||||
|
||||
print_r($result);
|
||||
if (!isset($results[$domain]))
|
||||
{
|
||||
print_r($result);
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue