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:
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 f5278f5d47..636d6f8b22 100644
--- a/piwik.php
+++ b/piwik.php
@@ -15,7 +15,6 @@ use Piwik\Tracker;
// Note: if you wish to debug the Tracking API please see this documentation:
// http://developer.piwik.org/api-reference/tracking-api#debugging-the-tracker
-$GLOBALS['PIWIK_TRACKER_DEBUG_FORCE_SCHEDULED_TASKS'] = false;
define('PIWIK_ENABLE_TRACKING', true);
if (!defined('PIWIK_DOCUMENT_ROOT')) {