Update rdap_limited.php

This commit is contained in:
Pinga 2025-02-26 14:24:39 +02:00
parent c871039513
commit 2de19b4996

View file

@ -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", '']
] ]
], ],
], ],