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-03-31 04:42:41 +04:00
<Link
rel="remoteStorage"
template="<?php echo WF_BASEURL; ?>/apps/remoteStorage/WebDAV.php/<?php echo WF_USER; ?>/remoteStorage/{category}/"
2012-03-31 04:42:41 +04:00
api="WebDAV"
2012-05-11 13:05:44 +04:00
auth="<?php echo WF_BASEURL; ?>/?app=remoteStorage&getfile=auth.php&userid=<?php echo WF_USER; ?>">
2012-03-31 04:42:41 +04:00
</Link>
2012-05-07 13:15:24 +04:00
<?php } ?>