piwik 3.2.1 -> matomo 3.3.0

minor release, mainly rename
This commit is contained in:
Florian Jacob
2018-01-16 17:02:57 +01:00
parent f1dfc22128
commit a892bd8ebf
4 changed files with 14 additions and 10 deletions

View File

@@ -0,0 +1,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);
}