mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-15 18:00:09 +01:00
Use correct version of the $login variable, we want the one functions.inc.php has touched
This commit is contained in:
parent
51fd39fac2
commit
9d60e7f2ac
@ -151,7 +151,7 @@
|
|||||||
{
|
{
|
||||||
$phpgw->redirect($phpgw->link('/login.php','code=5'));
|
$phpgw->redirect($phpgw->link('/login.php','code=5'));
|
||||||
}
|
}
|
||||||
$GLOBALS['sessionid'] = $GLOBALS['phpgw']->session->create($GLOBALS['HTTP_POST_VARS']['login'],$GLOBALS['HTTP_POST_VARS']['passwd']);
|
$GLOBALS['sessionid'] = $GLOBALS['phpgw']->session->create($GLOBALS['login'],$GLOBALS['HTTP_POST_VARS']['passwd']);
|
||||||
|
|
||||||
if (! isset($GLOBALS['sessionid']) || ! $GLOBALS['sessionid'])
|
if (! isset($GLOBALS['sessionid']) || ! $GLOBALS['sessionid'])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user