From e3589af8aa7083c465c5c4d88b0af697069048c9 Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Fri, 21 Feb 2025 06:16:11 +0200 Subject: [PATCH] Improved web RDAP parser, fixes #203 --- whois/web/index.php | 267 ++++++++++++++++++++++++++------------------ 1 file changed, 161 insertions(+), 106 deletions(-) diff --git a/whois/web/index.php b/whois/web/index.php index 4c1da6b..64110e8 100644 --- a/whois/web/index.php +++ b/whois/web/index.php @@ -13,14 +13,12 @@ $c['branding'] = isset($c['branding']) ? $c['branding'] : false;