summaryrefslogtreecommitdiffstats
path: root/apps/remoteStorage/appinfo/webfinger.php
blob: 1cb2d45ee7ac60bef50778f5c47081a456f8693a (plain)
1
2
3
4
5
6
7
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>
<?php } ?>