mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
add Evolution as know GroupDAV client
This commit is contained in:
parent
67c137c27d
commit
00dd0b090b
@ -346,6 +346,7 @@ abstract class groupdav_handler
|
||||
'khtml' => 'kde', // KDE clients
|
||||
'neon' => 'neon',
|
||||
'ical4ol' => 'ical4ol', // iCal4OL client
|
||||
'evolution' => 'evolution', // Evolution
|
||||
) as $pattern => $name)
|
||||
{
|
||||
if (strpos($user_agent,$pattern) !== false)
|
||||
|
Loading…
Reference in New Issue
Block a user