From 2de19b49962b9528aa9d038a60993e611e50c688 Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Wed, 26 Feb 2025 14:24:39 +0200 Subject: [PATCH] Update rdap_limited.php --- rdap/rdap_limited.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rdap/rdap_limited.php b/rdap/rdap_limited.php index 0082612..762f82f 100644 --- a/rdap/rdap_limited.php +++ b/rdap/rdap_limited.php @@ -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", ''] ] ], ],