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 'index.php')
-rw-r--r--index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/index.php b/index.php
index e362f7d2c0..baee05066c 100644
--- a/index.php
+++ b/index.php
@@ -43,5 +43,4 @@ if(!defined('PIWIK_PRINT_ERROR_BACKTRACE')) {
define('PIWIK_PRINT_ERROR_BACKTRACE', false);
}
-require_once PIWIK_INCLUDE_PATH . '/core/dispatch.php';
- // TODO: check every folder in libs/ for autoload crap (maybe move to composr?) \ No newline at end of file
+require_once PIWIK_INCLUDE_PATH . '/core/dispatch.php'; \ No newline at end of file