mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
re-add check for cookie setting
This commit is contained in:
parent
a5f0e27362
commit
9ab254b6eb
@ -55,9 +55,13 @@
|
||||
));
|
||||
}
|
||||
}
|
||||
|
||||
if($GLOBALS['phpgw_info']['server']['usecookies'])
|
||||
{
|
||||
Setcookie('sessionid');
|
||||
Setcookie('kp3');
|
||||
Setcookie('domain');
|
||||
}
|
||||
|
||||
$GLOBALS['phpgw']->redirect($GLOBALS['phpgw_info']['server']['webserver_url'].'/login.php?cd=1');
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user