nextcloud/apps/remoteStorage/appinfo/webfinger.php

9 lines
358 B
PHP
Raw Normal View History

2012-05-07 13:15:24 +04:00
<?php if(OC_User::userExists(WF_USER)) { ?>
2012-05-11 17:26:45 +04:00
{
"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; ?>"
}
2012-05-07 13:15:24 +04:00
<?php } ?>