diff --git a/groupdav.php b/groupdav.php index a6317c107f..1b371d3d03 100644 --- a/groupdav.php +++ b/groupdav.php @@ -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;