summaryrefslogtreecommitdiffstats
path: root/apps/remoteStorage/appinfo/webfinger.php
blob: 6403d3a6916e8abd0b20513bf74f4ec02f1cec30 (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; ?>/apps/remoteStorage/auth.php/<?php echo WF_USER; ?>">
    </Link>
<?php } ?>