"UPPS, patterns have to be lowercase"

This commit is contained in:
Ralf Becker 2008-10-05 10:08:58 +00:00
parent dab4aa74b6
commit 8a0060add1

View File

@ -33,8 +33,8 @@ function check_access(&$account)
foreach(array(
'davkit', // Apple iCal
'bionicmessage.net',
'ZideOne',
'Lightning',
'zideone',
'lightning',
) as $test)
{
if (($no_session = strpos($agent,$test) !== false)) break;