diff options
author | Florian Hülsmann <fh@cbix.de> | 2012-04-02 17:12:52 +0200 |
---|---|---|
committer | Florian Hülsmann <fh@cbix.de> | 2012-04-02 17:12:52 +0200 |
commit | 33c1fa6e28bb592de8d81089b6d09ede928c9071 (patch) | |
tree | 51386b4b0b91da83ace6369541fb209a833452c2 /apps/remoteStorage | |
parent | f9f91a08b47c0a086c43966b1ecdf87185ceef83 (diff) | |
download | nextcloud-server-33c1fa6e28bb592de8d81089b6d09ede928c9071.tar.gz nextcloud-server-33c1fa6e28bb592de8d81089b6d09ede928c9071.zip |
webfinger protocol compatible + minor changes
Diffstat (limited to 'apps/remoteStorage')
-rw-r--r-- | apps/remoteStorage/appinfo/webfinger.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/remoteStorage/appinfo/webfinger.php b/apps/remoteStorage/appinfo/webfinger.php index bb3fe1681b3..7c0ab846057 100644 --- a/apps/remoteStorage/appinfo/webfinger.php +++ b/apps/remoteStorage/appinfo/webfinger.php @@ -1,6 +1,6 @@ <Link rel="remoteStorage" - template="<?php echo WF_ROOT; ?>/apps/remoteStorage/WebDAV.php/<?php echo WF_USER; ?>/remoteStorage/{category}/" + template="<?php echo WF_BASEURL; ?>/apps/remoteStorage/WebDAV.php/<?php echo WF_USER; ?>/remoteStorage/{category}/" api="WebDAV" - auth="<?php echo WF_ROOT; ?>/apps/remoteStorage/auth.php/<?php echo WF_USER; ?>"> + auth="<?php echo WF_BASEURL; ?>/apps/remoteStorage/auth.php/<?php echo WF_USER; ?>"> </Link> |