From 1c10b789ecee6b9bdbfaac1e9890f8c1efc75386 Mon Sep 17 00:00:00 2001 From: Volker Mauel Date: Mon, 10 Oct 2022 09:29:23 +0200 Subject: [PATCH] Fixed function.php for phpwhois --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index 239a6d9..cd7694e 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -183,7 +183,7 @@ function senderDashboard($dateRange, $domain, $ip) { elseif(!GEO_ENABLE) { require_once(AUTO_LOADER); - $geo = new phpWhois\Whois(); + $whois = new phpWhois\Whois(); $geo_data = $whois->lookup($ip,false); } else {