Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/Config.php')
-rw-r--r--core/Config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Config.php b/core/Config.php
index 916b43b6dd..5d4467a9fa 100644
--- a/core/Config.php
+++ b/core/Config.php
@@ -108,7 +108,7 @@ class Config
*/
public static function getGlobalConfigPath()
{
- return PIWIK_USER_PATH . self::DEFAULT_GLOBAL_CONFIG_PATH;
+ return PIWIK_DOCUMENT_ROOT . self::DEFAULT_GLOBAL_CONFIG_PATH;
}
/**