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:
authormatthieu_ <matthieu_@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2007-09-06 00:51:05 +0400
committermatthieu_ <matthieu_@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2007-09-06 00:51:05 +0400
commit1802f70372141de78edf2e95066b88a43a622689 (patch)
treefb3f750f3221b9c764a237a8b972c75fb5892876 /piwik.php
parentc65ad1bf6b96092aff17154371e3da8172cf62ff (diff)
The piwik script now returns a transparent gif 1*1 pixel;
now testing the piwik software on giik.net/blog... :)
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 cb740b2a08..d4ca1dfaaf 100644
--- a/piwik.php
+++ b/piwik.php
@@ -42,7 +42,7 @@ require_once "Cookie.php";
require_once "LogStats/Db.php";
require_once "LogStats/Visit.php";
-$GLOBALS['DEBUGPIWIK'] = true;
+$GLOBALS['DEBUGPIWIK'] = false;
ob_start();
printDebug($_GET);