about summary refs log tree commit diff
path: root/nixpkgs/pkgs/servers/web-apps/matomo/change-path-geoip2-4.x.patch
blob: 5e3b32f2ef8c8108baf5330aa6c8e7ea175d7df3 (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,6 +1,6 @@
 <?php
 
 return [
-    'path.geoip2' => DI\string('{path.root}/misc/'),
+    'path.geoip2' => PIWIK_USER_PATH . '/misc/',
     'geopip2.ispEnabled' => true
 ];