From: Georg Ehrke Date: Mon, 7 May 2012 10:07:39 +0000 (+0200) Subject: fix path of webdav X-Git-Tag: v4.0.0beta~1^2~16^2~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e33b12a375e9a6bf7b9cc30a17c8d402e9b020d9;p=nextcloud-server.git fix path of webdav --- diff --git a/index.php b/index.php index 91f0cfb5e48..b0b77969c57 100644 --- a/index.php +++ b/index.php @@ -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(); } diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 3f1d57c73d4..799606e6a91 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -47,7 +47,7 @@

WebDAV -
+
t('use this address to connect to your ownCloud in your file manager');?>