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-05-22 22:52:37 +0400
committerrobocoder <anthon.pang@gmail.com>2011-05-22 22:52:37 +0400
commitc09983bb5079461517d86f18a2dbe1bc8b9bceb7 (patch)
treedef7e77e77e8151baa95af3619ee044d49234722 /index.php
parentd407ea95f7bca5b5577a6a3a491c9b83c9c7110d (diff)
fixes #1279
git-svn-id: http://dev.piwik.org/svn/trunk@4765 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/index.php b/index.php
index 454ba1c910..691d1631ac 100644
--- a/index.php
+++ b/index.php
@@ -38,11 +38,6 @@ session_cache_limiter('nocache');
@date_default_timezone_set('UTC');
require_once PIWIK_INCLUDE_PATH .'/core/Loader.php';
-if(!defined('PIWIK_ENABLE_SESSION_START') || PIWIK_ENABLE_SESSION_START)
-{
- Piwik_Session::start();
-}
-
if(!defined('PIWIK_ENABLE_ERROR_HANDLER') || PIWIK_ENABLE_ERROR_HANDLER)
{
require_once PIWIK_INCLUDE_PATH .'/core/ErrorHandler.php';