mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Possiale fix for link()
This commit is contained in:
parent
ee94089549
commit
e06637e4b7
@ -127,7 +127,7 @@
|
||||
{
|
||||
if (getenv(REQUEST_METHOD) != 'POST' && !isset($PHP_AUTH_USER))
|
||||
{
|
||||
$phpgw->redirect($phpgw->link('','code=5'));
|
||||
$phpgw->redirect($phpgw->link('/login.php','code=5'));
|
||||
}
|
||||
$sessionid = $phpgw->session->create($login,$passwd);
|
||||
if (! isset($sessionid) || ! $sessionid)
|
||||
|
Loading…
Reference in New Issue
Block a user