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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-08-20 10:39:23 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-08-20 10:39:23 +0400
commit09246eb179ceb4202c5f404179088db0056e8370 (patch)
tree22c1134b1c3fc4c27fae35283da9aaf6b16b613d /index.php
parentca6c47188fbf2b275c72adcd04fb3b411b9fe1bf (diff)
Remove TODO from index.php.
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