mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixed scrut issues
This commit is contained in:
@@ -419,10 +419,10 @@ function get_main_serial($device) {
|
||||
|
||||
|
||||
function location_to_latlng($device) {
|
||||
global $config;
|
||||
if (function_check('curl_version') !== true) {
|
||||
d_echo("Curl support for PHP not enabled\n");
|
||||
return false;
|
||||
exit;
|
||||
}
|
||||
$bad_loc = false;
|
||||
$device_location = $device['location'];
|
||||
|
Reference in New Issue
Block a user