mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 06:19:09 +01:00
Fixed redirect in xajax handler
This commit is contained in:
parent
a480d1075a
commit
911bd7bd00
@ -26,7 +26,7 @@ function xajax_redirect(&$anon_account)
|
||||
define('XAJAX_DEFAULT_CHAR_ENCODING',translation::charset());
|
||||
|
||||
$response = new xajaxResponse();
|
||||
$response->redirect($GLOBALS['egw_info']['server']['webserver_url'].'/login.php?cd=10');
|
||||
$response->script("egw_topWindow().location.href='".$GLOBALS['egw_info']['server']['webserver_url']."/login.php?cd=10';");
|
||||
$response->printOutput();
|
||||
|
||||
common::egw_exit();
|
||||
|
Loading…
Reference in New Issue
Block a user