fix path of webdav

This commit is contained in:
Georg Ehrke 2012-05-07 12:07:39 +02:00
parent ef10603c26
commit e33b12a375
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ if($not_installed) {
// Handle WebDAV
if($_SERVER['REQUEST_METHOD']=='PROPFIND'){
header('location: '.OC_Helper::linkToAbsolute('remote','webdav.php'));
header('location: '.OC_Helper::linkToAbsolute('remote.php','webdav/'));
exit();
}

View File

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