Skip to content

Commit

Permalink
fixed wrong query
Browse files Browse the repository at this point in the history
  • Loading branch information
oops committed May 18, 2014
1 parent c3bafdd commit 0bdf469
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions WHOIS.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ private function query (&$server, $domain, $timeout = 5) {

fclose ($sock);

$this->next = 'ie';

if ( ip2long ($domain) && strlen ($this->next) == 2 ) {
if ( array_search (strtolower ($this->next), $this->allows) === false )
$this->next = '';
Expand Down

0 comments on commit 0bdf469

Please sign in to comment.