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:
authormattpiwik <matthieu.aubry@gmail.com>2011-01-05 13:01:18 +0300
committermattpiwik <matthieu.aubry@gmail.com>2011-01-05 13:01:18 +0300
commit4ef05373680aa287914e4f9d6e60aab4bba3fd27 (patch)
treec86a8dcfe1fb7772aa77b27e53358f79dd70f38a /piwik.php
parent7b3b06ecf5321db8280ea2df3d92218269cc0a7e (diff)
Fixes #1916
Now always checking in the DB if we saw the visitor earlier. The cookie also becomes much smaller. Renamed the setting enable_detect_unique_visitor_using_settings now called trust_visitors_cookies as it is different logic, and should only be enabled in intranet where IP is same for all users. This will also help getting 1st party cookie implemented Refs #409 git-svn-id: http://dev.piwik.org/svn/trunk@3634 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 86a11ea7bf..97a1f70bd6 100644
--- a/piwik.php
+++ b/piwik.php
@@ -59,7 +59,7 @@ if($GLOBALS['PIWIK_TRACKER_DEBUG'] === true)
$timer = new Piwik_Timer();
set_error_handler('Piwik_ErrorHandler');
set_exception_handler('Piwik_ExceptionHandler');
- printDebug($_GET);
+ printDebug("Input parameters: <br/>" . var_export($_GET, true));
Piwik_Tracker_Db::enableProfiling();
// Config might have been created by proxy-piwik.php
try {