summaryrefslogtreecommitdiffstats
path: root/apps/remoteStorage/appinfo/webfinger.php
blob: e8b237628c4a6a8a944009754c08f98f03209dc1 (plain)
1
2
3
4
5
6
7
8
<?php if(OC_User::userExists(WF_USER)): ?>
    {
        "rel":"remoteStorage",
        "template":"<?php echo WF_BASEURL; ?>/remote.php/remoteStorage/<?php echo WF_USER; ?>/remoteStorage/{category}/",
        "api":"WebDAV",
        "auth":"<?php echo WF_BASEURL; ?>/?app=remoteStorage&getfile=auth.php&userid=<?php echo WF_USER; ?>"
    }
<?php endif ?>