summary refs log tree commit diff
path: root/pkgs/servers/web-apps/piwik/bootstrap.php
blob: a8163f33e5c08ef2e3e5fd13d52c141f3e979f2d (plain) (blame)
1
2
3
4
5
6
<?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);
}