mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +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'));
|
||||
}
|
||||
if(!isset($_COOKIE['eGroupWareLoginTime']))
|
||||
{
|
||||
$GLOBALS['phpgw']->redirect($GLOBALS['phpgw']->link('/login.php','cd=4'));
|
||||
}
|
||||
#if(!isset($_COOKIE['eGroupWareLoginTime']))
|
||||
#{
|
||||
# $GLOBALS['phpgw']->redirect($GLOBALS['phpgw']->link('/login.php','cd=4'));
|
||||
#}
|
||||
|
||||
// don't get login data again when $submit is true
|
||||
if($submit == false)
|
||||
|
Loading…
Reference in New Issue
Block a user