fixed nserver detection
This commit is contained in:
parent
6c679b69be
commit
5b0b0abdd9
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
2006/02/13 David Saez <david@ols.es>
|
||||
- fixed nserver detection in whois.es.php
|
||||
|
||||
2006/02/03 Released phpWhois 4.1.0
|
||||
|
||||
2006/02/03 David Saez <david@ols.es>
|
||||
|
|
|
@ -104,6 +104,9 @@ class es_handler
|
|||
$r['regrinfo']['registered'] = 'no';
|
||||
$r['rawdata'][] = 'Domain not found';
|
||||
}
|
||||
|
||||
if (is_array($r['regrinfo']['domain']['nserver'][0]))
|
||||
unset($r['regrinfo']['domain']['nserver'][0]);
|
||||
|
||||
$r['regyinfo'] = array(
|
||||
'referrer' => 'http://www.nic.es',
|
||||
|
|
Loading…
Reference in a new issue