mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
disable cookie check
This commit is contained in:
parent
0aa9193dbb
commit
a295b5b852
@ -189,10 +189,10 @@
|
|||||||
{
|
{
|
||||||
$GLOBALS['phpgw']->redirect($GLOBALS['phpgw']->link('/login.php','cd=5'));
|
$GLOBALS['phpgw']->redirect($GLOBALS['phpgw']->link('/login.php','cd=5'));
|
||||||
}
|
}
|
||||||
if(!isset($_COOKIE['eGroupWareLoginTime']))
|
#if(!isset($_COOKIE['eGroupWareLoginTime']))
|
||||||
{
|
#{
|
||||||
$GLOBALS['phpgw']->redirect($GLOBALS['phpgw']->link('/login.php','cd=4'));
|
# $GLOBALS['phpgw']->redirect($GLOBALS['phpgw']->link('/login.php','cd=4'));
|
||||||
}
|
#}
|
||||||
|
|
||||||
// don't get login data again when $submit is true
|
// don't get login data again when $submit is true
|
||||||
if($submit == false)
|
if($submit == false)
|
||||||
|
Loading…
Reference in New Issue
Block a user