]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Merge branch 'develop' of https://github.com/lambacck/awstats into
authorLaurent Destailleur <eldy@destailleur.fr>
Thu, 16 Apr 2020 08:58:46 +0000 (10:58 +0200)
committerLaurent Destailleur <eldy@destailleur.fr>
Thu, 16 Apr 2020 08:58:46 +0000 (10:58 +0200)
lambacck-develop

# Conflicts:
# wwwroot/cgi-bin/plugins/geoip2_country.pm

1  2 
wwwroot/cgi-bin/plugins/geoip2_country.pm

index 70a0c3816af6a1a28b36cc4e073c28c5ce1cdfad,b7f7533f0fc8a046ef2d5acd376a1cefef585a65..85f0e29b1baf99ed211e2d5bb9368f62c71da91b
@@@ -142,8 -142,8 +142,7 @@@ sub ShowInfoHost_geoip2_country 
          print "</th>";
        }
        elsif ($param) {
-               print "<td>";
-               my $res = Lookup_geoip2($param);
 -        print "<td>";
+               my $res = Lookup_geoip2_country($param);
                if ($res) {
                                $res = lc($res);
                                print $DomainsHashIDLib{$res}?$DomainsHashIDLib{$res}:"<span style=\"color: #$color_other\">$Message[0]</span>";