mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 13:58:40 +01:00
Possiable fix for link() not working durring login
This commit is contained in:
parent
e06637e4b7
commit
a26155472a
@ -239,7 +239,7 @@
|
||||
\****************************************************************************/
|
||||
} else {
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user