about summary refs log tree commit diff
path: root/pkgs/servers/web-apps/matomo/change-path-geoip2.patch
blob: c8840db42e7bed2ae6f89ab50e8a98720b86300f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- a/plugins/GeoIp2/config/config.php
+++ b/plugins/GeoIp2/config/config.php
@@ -1,5 +1,5 @@
 <?php
 
 return [
-    'path.geoip2' => DI\string('{path.root}/misc/'),
+    'path.geoip2' => PIWIK_USER_PATH . '/misc/',
 ];
\ Pas de fin de ligne à la fin du fichier