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:
authorsgiehl <stefan@piwik.org>2014-04-03 16:45:54 +0400
committersgiehl <stefan@piwik.org>2014-04-03 16:45:54 +0400
commite380ce2246173ab0dda603dc2eb515711ea2e34b (patch)
tree93e92fc7ed566053cda375974de74cdba4744360 /piwik.php
parent7a98becbec6bf32038549c879b4f6cfda3a7b77d (diff)
parent644b63fd6035fd8d0b113e8ce71629af0378e738 (diff)
Merge branch 'master' into DeviceDetectorIntegration
Diffstat (limited to 'piwik.php')
-rw-r--r--piwik.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/piwik.php b/piwik.php
index c6eb9c822b..dcb5db5349 100644
--- a/piwik.php
+++ b/piwik.php
@@ -12,6 +12,9 @@ use Piwik\Common;
use Piwik\Timer;
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);