Skip to content

Commit

Permalink
Fixed function.php for phpwhois
Browse files Browse the repository at this point in the history
  • Loading branch information
volkermauel authored and userjack6880 committed Nov 3, 2022
1 parent 261e41c commit 1c10b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1c10b78

Please sign in to comment.