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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-07-23 02:34:48 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-07-23 02:34:48 +0400
commita4c127b8397d9f20b1e5a2cc28dd712b4d4603fe (patch)
tree97787eb7dbf58ff51b2630b7dd37e2600a458fe6 /piwik.php
parent036dee939645c52c126adbbb6d8c23883297d514 (diff)
- you can now Piwik_LogStats::getDb() from your plugin to get the Db object
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 51887f25e9..d6047da682 100644
--- a/piwik.php
+++ b/piwik.php
@@ -45,6 +45,5 @@ ob_start();
$process = new Piwik_LogStats;
$process->main();
ob_end_flush();
-
printDebug($_COOKIE);