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:
authorThomas Steur <tsteur@users.noreply.github.com>2019-11-04 03:52:10 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2019-11-04 03:52:10 +0300
commitdb4e0f2285dc2ef7cab638a48a1a2e505e4674c4 (patch)
treeb931efb31dd03bfb5d982c26411d9fc6f81ac5d8 /index.php
parent7ba181beeb3979bcf5bf7788a776886b5794ca20 (diff)
Revert "Support alternative matomo bootstrap file (#14887)" (#15075)
This reverts commit 5bb2cdaab831831f0e927de7857937230ca15b30.
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/index.php b/index.php
index 184a785f81..8e3b2cb64a 100644
--- a/index.php
+++ b/index.php
@@ -13,8 +13,6 @@ 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')) {
define('PIWIK_INCLUDE_PATH', PIWIK_DOCUMENT_ROOT);