Skip to content
Snippets Groups Projects
Commit 469cbb7c authored by Frank Karlitschek's avatar Frank Karlitschek
Browse files

remove warning output to make webdav access work

parent 6b34ba8a
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ require_once('HTTP/WebDAV/Server/Filesystem.php');
ini_set('default_charset', 'UTF-8');
#ini_set('error_reporting', '');
ob_clean();
@ob_clean();
if(empty($_SERVER['PHP_AUTH_USER']) && empty($_SERVER['REDIRECT_REMOTE_USER'])) {
header('WWW-Authenticate: Basic realm="ownCloud"');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment