From e83d801c712a15f4a504a90f3e378edadd1cb3e3 Mon Sep 17 00:00:00 2001 From: Jakob Sack Date: Tue, 29 Mar 2011 20:20:20 +0200 Subject: [PATCH] I changed my mind: webdav.php is for files only, so it belongs in this directory! --- webdav.php => files/webdav.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename webdav.php => files/webdav.php (97%) diff --git a/webdav.php b/files/webdav.php similarity index 97% rename from webdav.php rename to files/webdav.php index 6b2b0013d4e..7863818cc20 100644 --- a/webdav.php +++ b/files/webdav.php @@ -22,7 +22,7 @@ */ -require_once('lib/base.php'); +require_once('../lib/base.php'); oc_require_once('HTTP/WebDAV/Server/Filesystem.php'); @@ -52,4 +52,4 @@ if(OC_USER::login($user,$passwd)){ -?> \ No newline at end of file +?> -- 2.39.5