"adding ZideOne and Lightning to the clients who does NOT support sessions via cookies"

This commit is contained in:
Ralf Becker 2008-10-05 08:27:07 +00:00
parent 4a6dbe37fd
commit 8b20e8e02f

View File

@ -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;