diff --git a/groupdav.php b/groupdav.php index 434c109f5e..ff511b78c3 100644 --- a/groupdav.php +++ b/groupdav.php @@ -33,6 +33,7 @@ function check_access(&$account) ($GLOBALS['egw']->session->reason ? ': '.$GLOBALS['egw']->session->reason : '').'"'); header('HTTP/1.1 401 Unauthorized'); header('X-WebDAV-Status: 401 Unauthorized', true); + echo "\n\n401 Unauthorized\n\nAuthorization failed.\n\n\n"; exit; } return $sessionid;