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:
authorrobocoder <anthon.pang@gmail.com>2011-04-23 02:10:41 +0400
committerrobocoder <anthon.pang@gmail.com>2011-04-23 02:10:41 +0400
commit9f6eddd8e68cf0d36093b38f455093ac03eef0a5 (patch)
treecbbfd301cdc6590d883de711176312f9e4916ce3 /piwik.php
parentea6a41255388341cd6acbd7be77882c7bb128506 (diff)
refs #1111 - debug off
git-svn-id: http://dev.piwik.org/svn/trunk@4534 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'piwik.php')
-rw-r--r--piwik.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/piwik.php b/piwik.php
index ab72f91938..b580d0ef6c 100644
--- a/piwik.php
+++ b/piwik.php
@@ -8,7 +8,7 @@
*
* @package Piwik
*/
-$GLOBALS['PIWIK_TRACKER_DEBUG'] = true;
+$GLOBALS['PIWIK_TRACKER_DEBUG'] = false;
$GLOBALS['PIWIK_TRACKER_DEBUG_FORCE_SCHEDULED_TASKS'] = false;
define('PIWIK_ENABLE_TRACKING', true);