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:
authorrobocoder <anthon.pang@gmail.com>2010-12-20 07:56:52 +0300
committerrobocoder <anthon.pang@gmail.com>2010-12-20 07:56:52 +0300
commit5522ffae7010b601fd07582093cf62a457910186 (patch)
treeec50e911c97b0d9b037d46e3c7076d9256a18c4c /plugins/Login
parent9414694ad3974b5709b5b7e8be2d862efc14f05f (diff)
refs #1624 - some residual, obsolete code
git-svn-id: http://dev.piwik.org/svn/trunk@3469 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Login')
-rw-r--r--plugins/Login/Login.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Login/Login.php b/plugins/Login/Login.php
index 08dc2000d9..8ad3b966ef 100644
--- a/plugins/Login/Login.php
+++ b/plugins/Login/Login.php
@@ -123,9 +123,6 @@ class Piwik_Login extends Piwik_Plugin
throw new Exception(Piwik_Translate('Login_LoginPasswordNotCorrect'));
}
- $ns = new Piwik_Session_Namespace('Piwik_Login.referer');
- unset($ns->referer);
-
$authCookieName = Zend_Registry::get('config')->General->login_cookie_name;
$authCookieExpiry = $rememberMe ? time() + Zend_Registry::get('config')->General->login_cookie_expire : 0;
$authCookiePath = Zend_Registry::get('config')->General->login_cookie_path;