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 'console')
-rwxr-xr-xconsole2
1 files changed, 2 insertions, 0 deletions
diff --git a/console b/console
index 47b8ba59f9..75a37bef5c 100755
--- a/console
+++ b/console
@@ -6,6 +6,8 @@ if (!defined('PIWIK_DOCUMENT_ROOT')) {
if (file_exists(PIWIK_DOCUMENT_ROOT . '/bootstrap.php')) {
require_once PIWIK_DOCUMENT_ROOT . '/bootstrap.php';
+} elseif (file_exists(PIWIK_DOCUMENT_ROOT . '/../matomo_bootstrap.php')) {
+ require_once PIWIK_DOCUMENT_ROOT . '/../matomo_bootstrap.php';
}
if (!defined('PIWIK_INCLUDE_PATH')) {