From a1c198814d4ae82314f87610b2ea2157e11e6b7c Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 2 Jan 2014 17:49:39 -0800 Subject: basic browsing and file retrieval for webdav working - uploads not yet. A lot of permissions stuff is in place so it's marginally (but probably not completely) permission controlled --- mod/cloud.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/cloud.php') diff --git a/mod/cloud.php b/mod/cloud.php index 209a74c74..3880c1fd5 100644 --- a/mod/cloud.php +++ b/mod/cloud.php @@ -102,7 +102,7 @@ function cloud_init(&$a) { $auth = new RedBasicAuth(); - $rootDirectory = new RedDirectory('/cloud',$auth); + $rootDirectory = new RedDirectory('/',$auth); $server = new DAV\Server($rootDirectory); $lockBackend = new DAV\Locks\Backend\File('store/data/locks'); $lockPlugin = new DAV\Locks\Plugin($lockBackend); -- cgit v1.2.3