Merge branch 'ent-12904-quitar-funcionalidad-de-geolocalizacion-de-ips-en-mapas-giss-2' into 'develop'
remove geoip pandora_enterprise#12904 See merge request artica/pandorafms!7403
This commit is contained in:
commit
293c497f7c
|
@ -48,7 +48,6 @@ Exported Functions:
|
|||
|
||||
use strict;
|
||||
use warnings;
|
||||
use Geo::IP;
|
||||
|
||||
# Default lib dir for RPM and DEB packages
|
||||
BEGIN { push @INC, '/usr/lib/perl5'; }
|
||||
|
@ -160,7 +159,7 @@ __END__
|
|||
|
||||
=head1 DEPENDENCIES
|
||||
|
||||
L<PandoraFMS::DB>, L<PandoraFMS::Tools>, L<Geo::IP>
|
||||
L<PandoraFMS::DB>, L<PandoraFMS::Tools>
|
||||
|
||||
=head1 LICENSE
|
||||
|
||||
|
|
Loading…
Reference in New Issue