diff options
-rw-r--r-- | files/webdav.php (renamed from webdav.php) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webdav.php b/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 +?> |