2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-12 02:39:57 +00:00

statistics2.cgi: use included GeoIP module

git-svn-id: https://svn.fhem.de/fhem/trunk@14375 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2017-05-25 18:50:46 +00:00
parent 31a3914cec
commit 74ceb25dbe

View File

@ -4,6 +4,7 @@ use strict;
use warnings;
use Time::HiRes qw(time);
use DBI;
use lib "./lib";
use Geo::IP;
use JSON;
use CGI qw(:standard Vars);