nixpkgs/pkgs/servers/web-apps/matomo/bootstrap.php
Florian Jacob a892bd8ebf piwik 3.2.1 -> matomo 3.3.0
minor release, mainly rename
2018-02-22 19:58:23 +01:00

7 lines
224 B
PHP

<?php
// get PIWIK_USER_PATH from environment variable,
// so this bootstrap.php can be read-only but still configure PIWIK_USER_PATH at runtime
if ($path = getenv('PIWIK_USER_PATH')) {
define('PIWIK_USER_PATH', $path);
}