From bc7d6a9ddec67115a10f49f6afa5a6c5ced42e07 Mon Sep 17 00:00:00 2001 From: Robin Appelman <icewind1991@gmail.com> Date: Mon, 18 Apr 2011 09:30:59 +0200 Subject: [PATCH] delay the loading of the filesystem when opening a public link --- plugins/publiclink/getfile.php | 1 + 1 file changed, 1 insertion(+) 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'; -- GitLab