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>2008-05-23 05:08:12 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-05-23 05:08:12 +0400
commitb4d06640b0ff3d4015a5e7f5fae913e58ee76d4d (patch)
treef37de2de376090fc4f44b524c7a5fba17b10e256 /piwik.php
parent119852161ea83174f10c08826276d627cb8add60 (diff)
- fixing notice in Log message
- db object is now static in LogStats, boosting performance of the visits generator tool
Diffstat (limited to 'piwik.php')
-rw-r--r--piwik.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/piwik.php b/piwik.php
index 9bc839f0d6..29bee53b06 100644
--- a/piwik.php
+++ b/piwik.php
@@ -29,7 +29,6 @@
error_reporting(E_ALL|E_NOTICE);
define('PIWIK_INCLUDE_PATH', '.');
@ignore_user_abort(true);
-@set_time_limit(0);
set_include_path(PIWIK_INCLUDE_PATH
. PATH_SEPARATOR . PIWIK_INCLUDE_PATH . '/libs/'