Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-08-08 19:13:20 +0400
committerBart Visscher <bartv@thisnet.nl>2012-08-09 00:42:50 +0400
commit7522a23693b11a4c277a475cdb3204a1d9ac5912 (patch)
tree3590acafa1b45b9c69b28f46a8f185cba6dfe50e /files
parent05648dac619942dfccc76180d30fcd79364355ec (diff)
Remove unused RUNTIME_NOSETUPFS var
Diffstat (limited to 'files')
-rw-r--r--files/webdav.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/files/webdav.php b/files/webdav.php
index 53673dbeca2..c19c4c6b72f 100644
--- a/files/webdav.php
+++ b/files/webdav.php
@@ -23,8 +23,6 @@
*
*/
-// Do not load FS ...
-$RUNTIME_NOSETUPFS = true;
// only need filesystem apps
$RUNTIME_APPTYPES=array('filesystem','authentication');
require_once('../lib/base.php');