From c3f62d983f3536c9e261ce7a210d5610775fd5f0 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Thu, 24 Oct 2013 18:07:55 +0200 Subject: [PATCH] Removed old webdav endpoint --- files/webdav.php | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 files/webdav.php diff --git a/files/webdav.php b/files/webdav.php deleted file mode 100644 index 87dd019196..0000000000 --- a/files/webdav.php +++ /dev/null @@ -1,30 +0,0 @@ -. - * - */ - -// only need filesystem apps -$RUNTIME_APPTYPES=array('filesystem', 'authentication'); -require_once '../lib/base.php'; -$baseuri = OC::$WEBROOT. '/files/webdav.php'; -require_once 'apps/files/appinfo/remote.php';