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 <thomas.steur@googlemail.com>2014-12-22 00:38:57 +0300
committerThomas Steur <thomas.steur@googlemail.com>2014-12-22 00:38:57 +0300
commit6130e7e86baff2979bb84bf979a13130124c1202 (patch)
tree3783dcb60d1976e2316b6268b0d3d7aed65dfee5 /index.php
parent265ee6239ec80a964ce403391936c541c045c112 (diff)
fixes #6890 added symfony vardumper lib
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index e142d64ea0..3a26f9ff7c 100644
--- a/index.php
+++ b/index.php
@@ -31,14 +31,14 @@ require_once PIWIK_INCLUDE_PATH . '/core/testMinimumPhpVersion.php';
// NOTE: the code above this comment must be PHP4 compatible
-require_once PIWIK_INCLUDE_PATH . '/libs/upgradephp/upgrade.php';
-
session_cache_limiter('nocache');
@date_default_timezone_set('UTC');
require_once PIWIK_INCLUDE_PATH . '/core/Loader.php';
\Piwik\Loader::init();
+require_once PIWIK_INCLUDE_PATH . '/libs/upgradephp/upgrade.php';
+
if(!defined('PIWIK_PRINT_ERROR_BACKTRACE')) {
define('PIWIK_PRINT_ERROR_BACKTRACE', false);
}