fix path of webdav

This commit is contained in:
Georg Ehrke 2012-05-05 19:02:13 +02:00
parent aa4f01fbcc
commit 6330fdad08
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
<p class="personalblock">
<strong>WebDAV</strong>
<code><?php echo OC_Helper::linkToAbsolute('files', 'webdav.php'); ?></code><br />
<code><?php echo OC_Helper::linkToAbsolute('remote', 'webdav.php'); ?></code><br />
<em><?php echo $l->t('use this address to connect to your ownCloud in your file manager');?></em>
</p>