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>2010-12-21 08:30:08 +0300
committerrobocoder <anthon.pang@gmail.com>2010-12-21 08:30:08 +0300
commit69764ff03d512cee4cb2b4fbc8534b14ffd6a4a0 (patch)
tree216ff2e2c210cdca08e52db9b6928ddb46795bd4 /piwik.php
parente1327f946820d6b86ceb3f21db62c9818ab6a8fa (diff)
tabify
git-svn-id: http://dev.piwik.org/svn/trunk@3483 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'piwik.php')
-rw-r--r--piwik.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/piwik.php b/piwik.php
index 65e9c69fb2..fda4d61050 100644
--- a/piwik.php
+++ b/piwik.php
@@ -74,9 +74,9 @@ if(!defined('PIWIK_ENABLE_TRACKING') || PIWIK_ENABLE_TRACKING)
$process = new Piwik_Tracker();
$process->main();
ob_end_flush();
- if($GLOBALS['PIWIK_TRACKER_DEBUG'] === true)
- {
- printDebug($_COOKIE);
- printDebug($timer);
- }
+ if($GLOBALS['PIWIK_TRACKER_DEBUG'] === true)
+ {
+ printDebug($_COOKIE);
+ printDebug($timer);
+ }
}