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>2010-12-20 22:04:29 +0300
committermattpiwik <matthieu.aubry@gmail.com>2010-12-20 22:04:29 +0300
commit4bfc0b053d2a9d8edaa1b7ce807b60ea9ea6bb15 (patch)
treef37fe092d55fbffa3293f6425fa63da70f7583f4 /piwik.php
parent9cb9d6eebe7048ee62db5d154067890bd12bec7d (diff)
git-svn-id: http://dev.piwik.org/svn/trunk@3471 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'piwik.php')
-rw-r--r--piwik.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/piwik.php b/piwik.php
index f4db93ca16..f36b843339 100644
--- a/piwik.php
+++ b/piwik.php
@@ -9,6 +9,7 @@
* @package Piwik
*/
$GLOBALS['PIWIK_TRACKER_DEBUG'] = false;
+$GLOBALS['PIWIK_TRACKER_DEBUG_FORCE_SCHEDULED_TASKS'] = false;
define('PIWIK_ENABLE_TRACKING', true);
if(file_exists('bootstrap.php'))