mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-03 09:33:25 +02:00
Update rdap_limited.php
This commit is contained in:
parent
c871039513
commit
2de19b4996
1 changed files with 3 additions and 3 deletions
|
@ -536,9 +536,9 @@ function handleDomainQuery($request, $response, $pdo, $domainName, $c, $log) {
|
|||
"vcard",
|
||||
[
|
||||
['version', new stdClass(), 'text', '4.0'],
|
||||
//["fn", new stdClass(), "text", $abuseContactName],
|
||||
["tel", ["type" => ["voice"]], "uri", "tel:" . $registrarDetails['abuse_phone']],
|
||||
["email", new stdClass(), "text", $registrarDetails['abuse_email']]
|
||||
["fn", new stdClass(), "text", ''],
|
||||
["tel", ["type" => ["voice"]], "uri", "tel:" . ''],
|
||||
["email", new stdClass(), "text", '']
|
||||
]
|
||||
],
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue