Skip to content

Commit 3f4349b

Browse files
committed
Update IP2LocationCoresController.php
1 parent 04c5251 commit 3f4349b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Controller/IP2LocationCoresController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public function getWebService($ip)
6868
'key' => IP2LOCATION_IO_API_KEY,
6969
'ip' => $ip,
7070
'lang' => ((defined('IP2LOCATION_IO_LANGUAGE')) ? IP2LOCATION_IO_LANGUAGE : ''),
71+
'source' => 'cakephp-ipl',
7172
];
7273
// Remove parameters without values
7374
$params = array_filter($params);

0 commit comments

Comments
 (0)