nixpkgs/pkgs/servers/web-apps/matomo/bootstrap.php

7 lines
224 B
PHP
Raw Normal View History

2017-04-23 13:51:21 +00:00
<?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);
}