Files
nixpkgs/pkgs/by-name/ma/matomo/change-path-geoip2-5.x.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
262 B
Diff
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
--- a/plugins/GeoIp2/config/config.php
+++ b/plugins/GeoIp2/config/config.php
@@ -1,6 +1,6 @@
<?php
return [
- 'path.geoip2' => Piwik\DI::string('{path.root}/misc/'),
+ 'path.geoip2' => PIWIK_USER_PATH . '/misc/',
'geopip2.ispEnabled' => true
];