9 lines
343 B
PHP
9 lines
343 B
PHP
<?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 } ?>
|