mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 17:48:51 +01:00
add Evolution as know GroupDAV client and disable error_log about not know GroupDAV clients
This commit is contained in:
parent
a7d0ee8550
commit
16851d0d88
@ -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)
|
||||
@ -356,7 +357,7 @@ abstract class groupdav_handler
|
||||
}
|
||||
if (!$agent)
|
||||
{
|
||||
error_log("Unrecogniced GroupDAV client: HTTP_USER_AGENT='$_SERVER[HTTP_USER_AGENT]'!");
|
||||
//error_log("Unrecogniced GroupDAV client: HTTP_USER_AGENT='$_SERVER[HTTP_USER_AGENT]'!");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user