From 614fbc93a3517244b3b1e0e852276d1b19f4197c Mon Sep 17 00:00:00 2001 From: Pinga Date: Tue, 29 Apr 2025 10:17:15 +0300 Subject: [PATCH] Reverting --- rdap/rdap_limited.php | 6 ++---- rdap/start_rdap.php | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/rdap/rdap_limited.php b/rdap/rdap_limited.php index 2f410a7..82547cf 100644 --- a/rdap/rdap_limited.php +++ b/rdap/rdap_limited.php @@ -980,8 +980,7 @@ function handleEntityQuery($request, $response, $pdo, $entityHandle, $c, $log) { "publicIds" => [ [ "identifier" => (string)$registrarDetails['iana_id'], - "type" => "IANA Registrar ID", - "value" => (string)$registrarDetails['iana_id'] + "type" => "IANA Registrar ID" ] ], "roles" => ["registrar"], @@ -2900,8 +2899,7 @@ function handleEntitySearchQuery($request, $response, $pdo, $searchPattern, $c, "publicIds" => [ [ "identifier" => (string)$registrarDetails['iana_id'], - "type" => "IANA Registrar ID", - "value" => (string)$registrarDetails['iana_id'] + "type" => "IANA Registrar ID" ] ], "roles" => ["registrar"], diff --git a/rdap/start_rdap.php b/rdap/start_rdap.php index 909ce8d..b1df2ec 100644 --- a/rdap/start_rdap.php +++ b/rdap/start_rdap.php @@ -980,8 +980,7 @@ function handleEntityQuery($request, $response, $pdo, $entityHandle, $c, $log) { "publicIds" => [ [ "identifier" => (string)$registrarDetails['iana_id'], - "type" => "IANA Registrar ID", - "value" => (string)$registrarDetails['iana_id'] + "type" => "IANA Registrar ID" ] ], "roles" => ["registrar"], @@ -2900,8 +2899,7 @@ function handleEntitySearchQuery($request, $response, $pdo, $searchPattern, $c, "publicIds" => [ [ "identifier" => (string)$registrarDetails['iana_id'], - "type" => "IANA Registrar ID", - "value" => (string)$registrarDetails['iana_id'] + "type" => "IANA Registrar ID" ] ], "roles" => ["registrar"],