diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/webdav.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/files/webdav.php b/files/webdav.php index 3ed687041ca..7624ccbbc72 100644 --- a/files/webdav.php +++ b/files/webdav.php @@ -25,12 +25,9 @@ // Do not load FS ... $RUNTIME_NOSETUPFS = true; -require_once('../lib/base.php'); - // only need filesystem apps $RUNTIME_APPTYPES=array('filesystem','authentication'); - - +require_once('../lib/base.php'); // Backends $authBackend = new OC_Connector_Sabre_Auth(); |