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-27 08:53:48 +0300
committermattpiwik <matthieu.aubry@gmail.com>2009-03-27 08:53:48 +0300
commit99556a8a660a399e4267caff7680136555351a9d (patch)
tree2f43f6a73739276380399ec8ed2b0eb40fdf2fb6 /index.php
parent90a18bce2ca7628015f2ac7b81817a4224be8ceb (diff)
- memory and speed optimizations of archiving, refs #374 (hopefully fixing it but not sure yet)
- added support for profiling memory & time in Piwik via the events mechanism - small other changes git-svn-id: http://dev.piwik.org/svn/trunk@1035 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.php b/index.php
index 4925251aa4..16a492aa96 100755
--- a/index.php
+++ b/index.php
@@ -35,7 +35,6 @@ if(!defined('PIWIK_ENABLE_ERROR_HANDLER') || PIWIK_ENABLE_ERROR_HANDLER)
set_error_handler('Piwik_ErrorHandler');
set_exception_handler('Piwik_ExceptionHandler');
}
-
if(strlen(session_id()) === 0)
{
session_start();