Redirect to /index after login
This commit is contained in:
parent
58b4674f58
commit
a9086c5388
|
@ -149,7 +149,7 @@ class ActionController extends Zend_Controller_Action
|
|||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
protected function redirectToLogin($afterLogin = '/index/welcome')
|
||||
protected function redirectToLogin($afterLogin = '/index')
|
||||
{
|
||||
if ($this->getRequest()->isXmlHttpRequest()) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue