mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
11 lines
264 B
Diff
11 lines
264 B
Diff
|
--- 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
|