mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 10:53:39 +01:00
"UPPS, patterns have to be lowercase"
This commit is contained in:
parent
dab4aa74b6
commit
8a0060add1
@ -33,8 +33,8 @@ function check_access(&$account)
|
|||||||
foreach(array(
|
foreach(array(
|
||||||
'davkit', // Apple iCal
|
'davkit', // Apple iCal
|
||||||
'bionicmessage.net',
|
'bionicmessage.net',
|
||||||
'ZideOne',
|
'zideone',
|
||||||
'Lightning',
|
'lightning',
|
||||||
) as $test)
|
) as $test)
|
||||||
{
|
{
|
||||||
if (($no_session = strpos($agent,$test) !== false)) break;
|
if (($no_session = strpos($agent,$test) !== false)) break;
|
||||||
|
Loading…
Reference in New Issue
Block a user