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>2008-04-22 03:40:26 +0400
committermattpiwik <matthieu.aubry@gmail.com>2008-04-22 03:40:26 +0400
commitc9066f264eae605b5213be869aacb1e10e02daaf (patch)
tree21ab6caeac13d88e83e4001e42954dd39c0a32ee /index.php
parentd66fe7a5474ebcc1ad3c0973b0cd66664c0db777 (diff)
Fixing abs path on linux
git-svn-id: http://dev.piwik.org/svn/trunk@452 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 9877c46c06..4a6cad573d 100755
--- a/index.php
+++ b/index.php
@@ -15,7 +15,7 @@ error_reporting(E_ALL|E_NOTICE);
@ini_set('magic_quotes_runtime', 0);
if(!defined('PIWIK_INCLUDE_PATH'))
{
- define('PIWIK_INCLUDE_PATH', '.');
+ define('PIWIK_INCLUDE_PATH', dirname(__FILE__));
}
set_include_path(PIWIK_INCLUDE_PATH