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-03-26 04:38:45 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-03-26 04:38:45 +0300
commit5f01e995b241d489167563d4582a205a0e0910f1 (patch)
treed69bf0c2126968de923893817b8c1f97c2e34605 /modules/Access.php
parentf592351eb37ad8391264928b036d0d49d60a7cf4 (diff)
- refs #33 work in progress soon finished
- updated OFC lib and added link to stats on EVOLUTION GRAPH - changed api of Piwik_ViewDataTable::factory
Diffstat (limited to 'modules/Access.php')
-rwxr-xr-xmodules/Access.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/Access.php b/modules/Access.php
index 52029477c6..f8d268aa2f 100755
--- a/modules/Access.php
+++ b/modules/Access.php
@@ -11,6 +11,7 @@
*/
require_once 'SitesManager/API.php';
+
/**
* Class to handle User Access.
* In Piwik there are mainly 4 access levels
@@ -30,8 +31,6 @@ require_once 'SitesManager/API.php';
* There is only one Super User ; he has ADMIN access to all the websites
* and he only can change the main configuration settings.
*
- * TODO This class should be in the Login plugin
- * This class should instead be an interface to be implemented by a Login plugin for other types of authentication (ldpa,openid,etc.)
* @package Piwik
*/