mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-03 17:43:22 +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",
|
"vcard",
|
||||||
[
|
[
|
||||||
['version', new stdClass(), 'text', '4.0'],
|
['version', new stdClass(), 'text', '4.0'],
|
||||||
//["fn", new stdClass(), "text", $abuseContactName],
|
["fn", new stdClass(), "text", ''],
|
||||||
["tel", ["type" => ["voice"]], "uri", "tel:" . $registrarDetails['abuse_phone']],
|
["tel", ["type" => ["voice"]], "uri", "tel:" . ''],
|
||||||
["email", new stdClass(), "text", $registrarDetails['abuse_email']]
|
["email", new stdClass(), "text", '']
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue