mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 04:24:41 +01:00
put out Unrecogniced GroupDAV client Message only, when debug bis enabled
This commit is contained in:
parent
93340c8174
commit
6970e437d1
@ -358,7 +358,7 @@ abstract class groupdav_handler
|
||||
}
|
||||
if (!$agent)
|
||||
{
|
||||
error_log("Unrecogniced GroupDAV client: HTTP_USER_AGENT='$_SERVER[HTTP_USER_AGENT]'!");
|
||||
if ($this->debug) error_log("Unrecogniced GroupDAV client: HTTP_USER_AGENT='$_SERVER[HTTP_USER_AGENT]'!");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user