mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-24 14:22:45 +01:00
put out Unrecogniced GroupDAV client Message only, when debug bis enabled -> does not work, as the function is static, commented the error_log
This commit is contained in:
parent
129eaec0e3
commit
09100671ee
@ -358,7 +358,7 @@ abstract class groupdav_handler
|
|||||||
}
|
}
|
||||||
if (!$agent)
|
if (!$agent)
|
||||||
{
|
{
|
||||||
if ($this->debug) 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
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user