mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
bionicmessage.net may get a session, as it retrieves via MULTIGET now
This commit is contained in:
parent
b8601d92d7
commit
d5e4faffb1
@ -34,7 +34,7 @@ function check_access(&$account)
|
|||||||
$agent = strtolower($_SERVER['HTTP_USER_AGENT']);
|
$agent = strtolower($_SERVER['HTTP_USER_AGENT']);
|
||||||
foreach(array(
|
foreach(array(
|
||||||
'davkit', // Apple iCal
|
'davkit', // Apple iCal
|
||||||
'bionicmessage.net',
|
// 'bionicmessage.net',
|
||||||
'zideone',
|
'zideone',
|
||||||
'lightning',
|
'lightning',
|
||||||
) as $test)
|
) as $test)
|
||||||
|
Loading…
Reference in New Issue
Block a user