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:
authormattpiwik <matthieu.aubry@gmail.com>2009-03-02 22:35:02 +0300
committermattpiwik <matthieu.aubry@gmail.com>2009-03-02 22:35:02 +0300
commit90c1e35d85d8a61b8db029103b1456e7ae5752f8 (patch)
tree8839c5f81db9827d060e4ab2eac6fbbf62ce1610 /index.php
parentd40d2be8457954e62d0439a658e85a7ab4111a15 (diff)
- fixing broken installation due to previous configuration class updates
git-svn-id: http://dev.piwik.org/svn/trunk@951 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 62adb688c7..bee539390a 100755
--- a/index.php
+++ b/index.php
@@ -17,6 +17,7 @@ if(!defined('PIWIK_INCLUDE_PATH'))
define('PIWIK_INCLUDE_PATH', dirname(__FILE__));
}
+
set_include_path(PIWIK_INCLUDE_PATH
. PATH_SEPARATOR . PIWIK_INCLUDE_PATH . '/libs/'
. PATH_SEPARATOR . PIWIK_INCLUDE_PATH . '/plugins/'