Skip to content

Commit 8711048

Browse files
committed
Update IP2ProxyCoresController.php
1 parent a06766c commit 8711048

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Controller/IP2ProxyCoresController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public function getWebService($ip)
6464
'key' => IP2LOCATION_IO_API_KEY,
6565
'ip' => $ip,
6666
'lang' => ((defined('IP2LOCATION_IO_LANGUAGE')) ? IP2LOCATION_IO_LANGUAGE : ''),
67+
'source' => 'cakephp-ipx',
6768
];
6869
// Remove parameters without values
6970
$params = array_filter($params);

0 commit comments

Comments
 (0)