fix path of webdav
This commit is contained in:
parent
ef10603c26
commit
e33b12a375
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue