aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-04-18 09:30:59 +0200
committerRobin Appelman <icewind1991@gmail.com>2011-04-18 09:30:59 +0200
commitbc7d6a9ddec67115a10f49f6afa5a6c5ced42e07 (patch)
treee256d25eba85f50ac03414a00411a457cf6effed
parentf82946c6a9dfc394aa725f24dfc236a5fc2db605 (diff)
downloadnextcloud-server-bc7d6a9ddec67115a10f49f6afa5a6c5ced42e07.tar.gz
nextcloud-server-bc7d6a9ddec67115a10f49f6afa5a6c5ced42e07.zip
delay the loading of the filesystem when opening a public link
-rw-r--r--plugins/publiclink/getfile.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/publiclink/getfile.php b/plugins/publiclink/getfile.php
index c579dc9246c..15a568df3dc 100644
--- a/plugins/publiclink/getfile.php
+++ b/plugins/publiclink/getfile.php
@@ -1,5 +1,6 @@
<?php
$RUNTIME_NOAPPS=true; //no need to load the apps
+$RUNTIME_NOSETUPFS=true; //don't setup the fs yet
require_once '../../lib/base.php';