remoteStorage app version 0.5
This commit is contained in:
parent
e10402c61b
commit
1471d8f710
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue