Skip to content
Snippets Groups Projects
Commit e33b12a3 authored by Georg Ehrke's avatar Georg Ehrke
Browse files

fix path of webdav

parent ef10603c
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ if($not_installed) { ...@@ -44,7 +44,7 @@ if($not_installed) {
// Handle WebDAV // Handle WebDAV
if($_SERVER['REQUEST_METHOD']=='PROPFIND'){ if($_SERVER['REQUEST_METHOD']=='PROPFIND'){
header('location: '.OC_Helper::linkToAbsolute('remote','webdav.php')); header('location: '.OC_Helper::linkToAbsolute('remote.php','webdav/'));
exit(); exit();
} }
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
<p class="personalblock"> <p class="personalblock">
<strong>WebDAV</strong> <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> <em><?php echo $l->t('use this address to connect to your ownCloud in your file manager');?></em>
</p> </p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment