From e33b12a375e9a6bf7b9cc30a17c8d402e9b020d9 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Mon, 7 May 2012 12:07:39 +0200 Subject: fix path of webdav --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') 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(); } -- cgit v1.2.3