support for multiple status lines
This commit is contained in:
parent
4b51c69190
commit
3530c14733
2 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,8 @@
|
|||
- added basic support for .bz
|
||||
- whois.info.php cosmetic changes
|
||||
- added .ru handler
|
||||
- support for multiple status lines in whois.org.php
|
||||
- support for multiple status lines in whois.org.php and
|
||||
whois.gtl.php
|
||||
- removed whois.gtld.chdom handler
|
||||
- allow easy plugin for new country handlers
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ class gtld_handler extends WhoisClient
|
|||
'Updated Date:' => 'regrinfo.domain.changed',
|
||||
'Last Updated On:' => 'regrinfo.domain.changed',
|
||||
'EPP Status:' => 'regrinfo.domain.epp_status.',
|
||||
'Status:' => 'regrinfo.domain.status',
|
||||
'Status:' => 'regrinfo.domain.status.',
|
||||
'Creation Date:' => 'regrinfo.domain.created',
|
||||
'Created On:' => 'regrinfo.domain.created',
|
||||
'Expiration Date:' => 'regrinfo.domain.expires',
|
||||
|
|
Loading…
Reference in a new issue