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-04-14 06:24:19 +0400
committerrobocoder <anthon.pang@gmail.com>2011-04-14 06:24:19 +0400
commit51dc80f97e392a9c5d1f9569a434b0defbd42534 (patch)
treea47000f72d896ac636a2278c6d2e41d241ca49bb /index.php
parentfca6b0d10de14bdb3f74f1c567af8f0aa6b5abbd (diff)
update comments in example; refactor file_get_contents, so compat functions are in one place; fixes #2292
git-svn-id: http://dev.piwik.org/svn/trunk@4444 59fd770c-687e-43c8-a1e3-f5a4ff64c105
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 f648f67c6c..f4a0b31a08 100644
--- a/index.php
+++ b/index.php
@@ -29,6 +29,7 @@ if(!defined('PIWIK_INCLUDE_PATH'))
define('PIWIK_INCLUDE_PATH', PIWIK_DOCUMENT_ROOT);
}
+require_once PIWIK_INCLUDE_PATH . '/libs/upgradephp/upgrade.php';
require_once PIWIK_INCLUDE_PATH . '/core/testMinimumPhpVersion.php';
// NOTE: the code above this comment must be PHP4 compatible