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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-03-02 22:35:02 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-03-02 22:35:02 +0300
commitc8777ffc49f991eead54ef6a93e39aea63371ba5 (patch)
tree8839c5f81db9827d060e4ab2eac6fbbf62ce1610 /index.php
parent9a2e6b9970c6fb217f38ae6fb4454f17e4a9a6e1 (diff)
- fixing broken installation due to previous configuration class updates
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/'