Skip to content
Snippets Groups Projects
Commit 3ddd28b9 authored by Thomas Müller's avatar Thomas Müller
Browse files

Update files/webdav.php

parent c252de56
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ $server = new Sabre_DAV_Server($publicDir);
$server->setBaseUri(OC::$WEBROOT. '/files/webdav.php');
// Load plugins
$server->addPlugin(new Sabre_DAV_Auth_Plugin($authBackend,'ownCloud'));
$server->addPlugin(new Sabre_DAV_Auth_Plugin($authBackend, 'ownCloud'));
$server->addPlugin(new Sabre_DAV_Locks_Plugin($lockBackend));
$server->addPlugin(new Sabre_DAV_Browser_Plugin(false)); // Show something in the Browser, but no upload
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment