9c6ee729d6
GitOrigin-RevId: 6cee3b5893090b0f5f0a06b4cf42ca4e60e5d222
11 lines
298 B
Diff
11 lines
298 B
Diff
--- a/plugins/GeoIp2/config/config.php
|
|
+++ b/plugins/GeoIp2/config/config.php
|
|
@@ -1,6 +1,6 @@
|
|
<?php
|
|
|
|
return [
|
|
- 'path.geoip2' => DI\string('{path.root}/misc/'),
|
|
+ 'path.geoip2' => PIWIK_USER_PATH . '/misc/',
|
|
'geopip2.ispEnabled' => true
|
|
];
|
|
\ Pas de fin de ligne à la fin du fichier
|