fixed apnic detection bug

This commit is contained in:
sparc 2005-08-29 11:53:02 +00:00
parent e1abd6a106
commit adcee12873
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@
- removed obsolete FAQ item
- added nice HTML output capabilities to
whois.utils.php
- fixed whois.ip.php
2005/08/26 David Saez <david@ols.es>
- code cleanup and formatting

View file

@ -48,7 +48,7 @@ class ip_handler extends WhoisClient
'European Regional Internet Registry/RIPE NCC' => 'whois.ripe.net',
'RIPE Network Coordination Centre' => 'whois.ripe.net',
'Asia Pacific Network Information Center' => 'whois.apnic.net',
'Asia Pacific Network Information Centre' => 'whois.apnic.net',
'Asia Pacific Network Information Centre' => 'whois.apnic.net',
'Latin American and Caribbean IP address Regional Registry' => 'whois.lacnic.net',
'African Network Information Center' => 'whois.afrinic.net'
);