diff --git a/src/whois.be.php b/src/whois.be.php index 3685cd5..4d6c9ba 100644 --- a/src/whois.be.php +++ b/src/whois.be.php @@ -42,7 +42,8 @@ class be_handler 'owner' => 'Licensee:', 'admin' => 'Onsite Contacts:', 'tech' => 'Registrar Technical Contacts:', - 'agent' => 'Registrar:' + 'agent' => 'Registrar:', + 'agent.uri' => 'Website:' ); $trans = array( @@ -60,7 +61,7 @@ class be_handler { $sponsor = get_contact($r['regrinfo']['agent'],$trans); unset($r['regrinfo']['agent']); - $r['regrinfo']['domain']['sponsor'] = $sponsor['name']; + $r['regrinfo']['domain']['sponsor'] = $sponsor; } $r = format_dates($r, '-mdy');