Update files/webdav.php

This commit is contained in:
Thomas Müller 2012-09-04 13:06:55 +03:00
parent c252de56d0
commit 3ddd28b972
1 changed files with 1 additions and 1 deletions

View File

@ -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