interface/web/login/index.php
@@ -149,7 +149,14 @@ include_once($_SESSION['s']['user']['startmodule'].'/lib/module.conf.php'); $_SESSION['s']['module'] = $module; } echo 'HEADER_REDIRECT:'.$_SESSION['s']['module']['startpage']; $app->plugin->raiseEvent('login',$this); /* * We need LOGIN_REDIRECT instead of HEADER_REDIRECT to load the * new theme, if the logged-in user has another */ echo 'LOGIN_REDIRECT:'.$_SESSION['s']['module']['startpage']; exit; } else {