From 0bcc6f8d5e27db477ee7e34b1bed6150671d4ce3 Mon Sep 17 00:00:00 2001 From: mattpiwik Date: Fri, 20 Mar 2009 07:39:09 +0000 Subject: - 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 --- core/Auth.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/Auth.php') 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 -- cgit v1.2.3