Skip to content
Snippets Groups Projects
Commit 1471d8f7 authored by Michiel de Jong's avatar Michiel de Jong
Browse files

remoteStorage app version 0.5

parent e10402c6
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ if(count($pathParts) >= 3 && $pathParts[0] == '') { ...@@ -66,7 +66,7 @@ if(count($pathParts) >= 3 && $pathParts[0] == '') {
$server = new Sabre_DAV_Server($publicDir); $server = new Sabre_DAV_Server($publicDir);
// Path to our script // Path to our script
$server->setBaseUri(OC::$APPSROOT."/apps/remoteStorage/WebDAV.php/$ownCloudUser"); $server->setBaseUri(OC::$WEBROOT."/apps/remoteStorage/WebDAV.php/$ownCloudUser");
// Auth backend // Auth backend
$authBackend = new OC_Connector_Sabre_Auth_ro_oauth( $authBackend = new OC_Connector_Sabre_Auth_ro_oauth(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment