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:
authorrobocoder <anthon.pang@gmail.com>2011-03-19 01:48:09 +0300
committerrobocoder <anthon.pang@gmail.com>2011-03-19 01:48:09 +0300
commitc687ba862065aef0a323cb238786f4e8f0530f56 (patch)
tree7982931cde73bedb06b1a4c90dca37268d0c81d0 /js/index.php
parent861fde160884bf3c1591ddb7862b4fe7da5a3247 (diff)
fixes #2205
git-svn-id: http://dev.piwik.org/svn/trunk@4135 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'js/index.php')
-rw-r--r--js/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/index.php b/js/index.php
index 4be88691e9..180ba13c91 100644
--- a/js/index.php
+++ b/js/index.php
@@ -24,6 +24,7 @@ define('PIWIK_INCLUDE_PATH', '..');
define('PIWIK_DOCUMENT_ROOT', '..');
define('PIWIK_USER_PATH', '..');
+require_once PIWIK_INCLUDE_PATH . '/libs/upgradephp/upgrade.php';
require_once PIWIK_INCLUDE_PATH . '/core/Piwik.php';
$file = '../piwik.js';