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:
authorFabian Becker <halfdan@xnorfz.de>2013-04-01 17:42:15 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-04-01 17:42:15 +0400
commitcd67d8b6979703e2f30f15182ef68f2d6b367d47 (patch)
treeed09d6a5e424c53c350a1bfea45e778c321b729d /index.php
parent96df17c739ee1f3f66582751257953a18539f731 (diff)
Autoload Twig from Composer autoloader.
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 09281fd3de..e3486c3e3f 100644
--- a/index.php
+++ b/index.php
@@ -32,6 +32,7 @@ require_once PIWIK_INCLUDE_PATH . '/core/testMinimumPhpVersion.php';
session_cache_limiter('nocache');
@date_default_timezone_set('UTC');
+require_once PIWIK_INCLUDE_PATH . '/vendor/autoload.php';
require_once PIWIK_INCLUDE_PATH . '/core/Loader.php';
if (!defined('PIWIK_ENABLE_ERROR_HANDLER') || PIWIK_ENABLE_ERROR_HANDLER) {