From 117ff1d79698f71e7666844912e16a7bec7df882 Mon Sep 17 00:00:00 2001 From: Andrea Santaniello Date: Tue, 20 Sep 2022 19:05:06 +0200 Subject: [PATCH] Style++ --- naughtylist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/naughtylist.php b/naughtylist.php index 7b719c6..777a495 100644 --- a/naughtylist.php +++ b/naughtylist.php @@ -57,7 +57,7 @@ function addReport($db, $geoip, $name, $protocol, $port, $ip) 'longitude' => $geoipRecord->location->longitude, 'latitude' => $geoipRecord->location->latitude, 'countrycode' => $geoipRecord->country->isoCode, - 'geo' => $geoipRecord->mostSpecificSubdivision->name . " " . $geoipRecord->city->name + 'geo' => $geoipRecord->mostSpecificSubdivision->name . ", " . $geoipRecord->city->name ] );