Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UserCountry/LocationProvider/GeoIp/ServerBased.php')
-rwxr-xr-xplugins/UserCountry/LocationProvider/GeoIp/ServerBased.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/UserCountry/LocationProvider/GeoIp/ServerBased.php b/plugins/UserCountry/LocationProvider/GeoIp/ServerBased.php
index a30c5f0400..2a597bd030 100755
--- a/plugins/UserCountry/LocationProvider/GeoIp/ServerBased.php
+++ b/plugins/UserCountry/LocationProvider/GeoIp/ServerBased.php
@@ -25,7 +25,7 @@ use Piwik\Plugins\UserCountry\LocationProvider;
class ServerBased extends GeoIp
{
const ID = 'geoip_serverbased';
- const TITLE = 'GeoIP (%s)';
+ const TITLE = 'GeoIP Legacy (%s)';
const TEST_SERVER_VAR = 'GEOIP_ADDR';
const TEST_SERVER_VAR_ALT = 'GEOIP_COUNTRY_CODE';
const TEST_SERVER_VAR_ALT_IPV6 = 'GEOIP_COUNTRY_CODE_V6';
@@ -251,7 +251,7 @@ class ServerBased extends GeoIp
return array('id' => self::ID,
'title' => $title,
'description' => $desc,
- 'order' => 4,
+ 'order' => 14,
'install_docs' => $installDocs,
'extra_message' => $extraMessage);
}