diff options
author | Michiel de Jong <michiel@unhosted.org> | 2012-05-11 10:52:37 +0200 |
---|---|---|
committer | Michiel de Jong <michiel@unhosted.org> | 2012-05-11 10:52:37 +0200 |
commit | 2e309aae9786f1dffd1e7aeed969833c2db7f00b (patch) | |
tree | ccc39702b9a91be5f05d394cede6550bf5299848 /apps/remoteStorage | |
parent | 02cee2c56296d0e72cfdc368c20198b36638bda9 (diff) | |
download | nextcloud-server-2e309aae9786f1dffd1e7aeed969833c2db7f00b.tar.gz nextcloud-server-2e309aae9786f1dffd1e7aeed969833c2db7f00b.zip |
announce OAuth2 implicit grant end-point the new way
Diffstat (limited to 'apps/remoteStorage')
-rw-r--r-- | apps/remoteStorage/appinfo/webfinger.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/remoteStorage/appinfo/webfinger.php b/apps/remoteStorage/appinfo/webfinger.php index 6403d3a6916..9173ed54c9e 100644 --- a/apps/remoteStorage/appinfo/webfinger.php +++ b/apps/remoteStorage/appinfo/webfinger.php @@ -3,6 +3,6 @@ rel="remoteStorage" template="<?php echo WF_BASEURL; ?>/apps/remoteStorage/WebDAV.php/<?php echo WF_USER; ?>/remoteStorage/{category}/" api="WebDAV" - auth="<?php echo WF_BASEURL; ?>/apps/remoteStorage/auth.php/<?php echo WF_USER; ?>"> + auth="<?php echo WF_BASEURL; ?>/?app=remoteStorage&getfile=auth.php/<?php echo WF_USER; ?>"> </Link> <?php } ?> |