mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 21:51:14 +01:00
Possiable fix for link() not working durring login
This commit is contained in:
parent
e06637e4b7
commit
a26155472a
@ -239,7 +239,7 @@
|
|||||||
\****************************************************************************/
|
\****************************************************************************/
|
||||||
} else {
|
} else {
|
||||||
if (! $phpgw->session->verify()) {
|
if (! $phpgw->session->verify()) {
|
||||||
Header("Location: " . $phpgw->redirect($phpgw->session->link($phpgw_info["server"]["webserver_url"]."/login.php","cd=10")));
|
Header("Location: " . $phpgw->redirect($phpgw->session->link('/login.php','cd=10')));
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user