Style++
This commit is contained in:
parent
827853ffbd
commit
117ff1d796
|
@ -57,7 +57,7 @@ function addReport($db, $geoip, $name, $protocol, $port, $ip)
|
||||||
'longitude' => $geoipRecord->location->longitude,
|
'longitude' => $geoipRecord->location->longitude,
|
||||||
'latitude' => $geoipRecord->location->latitude,
|
'latitude' => $geoipRecord->location->latitude,
|
||||||
'countrycode' => $geoipRecord->country->isoCode,
|
'countrycode' => $geoipRecord->country->isoCode,
|
||||||
'geo' => $geoipRecord->mostSpecificSubdivision->name . " " . $geoipRecord->city->name
|
'geo' => $geoipRecord->mostSpecificSubdivision->name . ", " . $geoipRecord->city->name
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user