summaryrefslogtreecommitdiffstats
path: root/apps/remoteStorage/appinfo/webfinger.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/remoteStorage/appinfo/webfinger.php')
-rw-r--r--apps/remoteStorage/appinfo/webfinger.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/remoteStorage/appinfo/webfinger.php b/apps/remoteStorage/appinfo/webfinger.php
index 1cb2d45ee7a..5d481f315f8 100644
--- a/apps/remoteStorage/appinfo/webfinger.php
+++ b/apps/remoteStorage/appinfo/webfinger.php
@@ -1,8 +1,8 @@
<?php if(OC_User::userExists(WF_USER)) { ?>
- <Link
- rel="remoteStorage"
- template="<?php echo WF_BASEURL; ?>/apps/remoteStorage/WebDAV.php/<?php echo WF_USER; ?>/remoteStorage/{category}/"
- api="WebDAV"
- auth="<?php echo WF_BASEURL; ?>/?app=remoteStorage&getfile=auth.php&userid=<?php echo WF_USER; ?>">
- </Link>
+ {
+ "rel":"remoteStorage",
+ "template":"<?php echo WF_BASEURL; ?>/apps/remoteStorage/WebDAV.php/<?php echo WF_USER; ?>/remoteStorage/{category}/",
+ "api":"WebDAV",
+ "auth":"<?php echo WF_BASEURL; ?>/?app=remoteStorage&getfile=auth.php&userid=<?php echo WF_USER; ?>"
+ }
<?php } ?>