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>2009-03-20 10:39:09 +0300
committermattpiwik <matthieu.aubry@gmail.com>2009-03-20 10:39:09 +0300
commit0bcc6f8d5e27db477ee7e34b1bed6150671d4ce3 (patch)
tree95df9f49750fadf00f67b995c7ed240acebdab43 /core/Auth.php
parent7c0a514ea0ed897e3f3a386c169c527c12758da2 (diff)
- fixed #9 referer URLs with host registered as main_url or alias_url should NOT be counted as referer
now if a visitor comes to piwik.org/ with a piwik.org/xx/y/z referer, it will be considered a direct entry rather than a referer visit. makes use of the new caching mechanism introduced with the Goal Tracking plugin, to cache website-related data for super fast access at Tracker time. - Goals is not a tracker plugin anymore (improving performance of Tracker) - fixed bug that the cache file wasn't read properly and goal queries were done at each piwik.php request git-svn-id: http://dev.piwik.org/svn/trunk@994 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/Auth.php')
-rw-r--r--core/Auth.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/Auth.php b/core/Auth.php
index b3d99d5d26..dc23bc6128 100644
--- a/core/Auth.php
+++ b/core/Auth.php
@@ -9,6 +9,8 @@
* @package Piwik
*/
+require_once "Zend/Auth/Result.php";
+
interface Piwik_Auth {
/**
* @return Piwik_Auth_Result