diff options
Diffstat (limited to 'files/webdav.php')
-rw-r--r-- | files/webdav.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/webdav.php b/files/webdav.php index dd06074b780..6fae33a8f71 100644 --- a/files/webdav.php +++ b/files/webdav.php @@ -42,6 +42,7 @@ $server->setBaseUri(OC::$WEBROOT.'/files/webdav.php'); // Load plugins $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 // And off we go! $server->exec(); |