CC-1724:Phone home statistics
Temp commit
This commit is contained in:
parent
0263278bc2
commit
5adfb79981
12 changed files with 451 additions and 103 deletions
|
@ -50,8 +50,8 @@ class LoginController extends Zend_Controller_Action
|
|||
$authStorage = $auth->getStorage();
|
||||
$authStorage->write($userInfo);
|
||||
|
||||
$this->refer_sess = new Zend_Session_Namespace("referrer");
|
||||
$this->refer_sess->referrer = 'login';
|
||||
$tempSess = new Zend_Session_Namespace("referrer");
|
||||
$tempSess->referrer = 'login';
|
||||
|
||||
$this->_redirect('Nowplaying');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue