mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +02:00
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
|
* @throws \Exception
|
||||||
*/
|
*/
|
||||||
protected function redirectToLogin($afterLogin = '/index/welcome')
|
protected function redirectToLogin($afterLogin = '/index')
|
||||||
{
|
{
|
||||||
if ($this->getRequest()->isXmlHttpRequest()) {
|
if ($this->getRequest()->isXmlHttpRequest()) {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user