From da03d057007d885914dfac7c92cca51747b5f44b Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Wed, 2 May 2012 16:41:00 +0200 Subject: create folder 'remote' for the remote services like caldav, carddav and webdav --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 9c81928e113..b9872a906d7 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('files','webdav.php')); + header('location: '.OC_Helper::linkToAbsolute('remote','webdav.php')); exit(); } -- cgit v1.2.3