nextcloud/apps/remoteStorage/appinfo/webfinger.php

9 lines
356 B
PHP
Raw Normal View History

<?php if(OC_User::userExists(WF_USER)): ?>
2012-05-11 17:26:45 +04:00
{
"rel":"remoteStorage",
"template":"<?php echo WF_BASEURL; ?>/remote.php/remoteStorage/<?php echo WF_USER; ?>/remoteStorage/{category}/",
2012-05-11 17:26:45 +04:00
"api":"WebDAV",
"auth":"<?php echo WF_BASEURL; ?>/?app=remoteStorage&getfile=auth.php&userid=<?php echo WF_USER; ?>"
}
<?php endif ?>