mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
2013-05-13 Sancho Lerena <slerena@artica.es>
* lib/PandoraFMS/Core.pm: Fixes crash on inverse resolution for GIS information on openstreetmaps. This was due function was moved from Dataserver to Core.pm and include for LWP::Simple not :( git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8121 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
fd7225ded7
commit
63aa7f86e5
@ -1,3 +1,9 @@
|
|||||||
|
2013-05-13 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
|
* lib/PandoraFMS/Core.pm: Fixes crash on inverse resolution for
|
||||||
|
GIS information on openstreetmaps. This was due function was moved from
|
||||||
|
Dataserver to Core.pm and include for LWP::Simple not :(
|
||||||
|
|
||||||
2013-05-10 Ramon Novoa <rnovoa@artica.es>
|
2013-05-10 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* lib/PandoraFMS/Tools.pm: Check that inet_aton does not return undef.
|
* lib/PandoraFMS/Tools.pm: Check that inet_aton does not return undef.
|
||||||
|
@ -123,6 +123,9 @@ use PandoraFMS::Config;
|
|||||||
use PandoraFMS::Tools;
|
use PandoraFMS::Tools;
|
||||||
use PandoraFMS::GIS qw(distance_moved);
|
use PandoraFMS::GIS qw(distance_moved);
|
||||||
|
|
||||||
|
# For Reverse Geocoding
|
||||||
|
use LWP::Simple;
|
||||||
|
|
||||||
#use Data::Dumper;
|
#use Data::Dumper;
|
||||||
|
|
||||||
require Exporter;
|
require Exporter;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user