mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
"adding ZideOne and Lightning to the clients who does NOT support sessions via cookies"
This commit is contained in:
parent
4a6dbe37fd
commit
8b20e8e02f
@ -33,6 +33,8 @@ function check_access(&$account)
|
||||
foreach(array(
|
||||
'davkit', // Apple iCal
|
||||
'bionicmessage.net',
|
||||
'ZideOne',
|
||||
'Lightning',
|
||||
) as $test)
|
||||
{
|
||||
if (($no_session = strpos($agent,$test) !== false)) break;
|
||||
|
Loading…
Reference in New Issue
Block a user