]> source.dussan.org Git - nextcloud-server.git/commitdiff
delay the loading of the filesystem when opening a public link
authorRobin Appelman <icewind1991@gmail.com>
Mon, 18 Apr 2011 07:30:59 +0000 (09:30 +0200)
committerRobin Appelman <icewind1991@gmail.com>
Mon, 18 Apr 2011 07:30:59 +0000 (09:30 +0200)
plugins/publiclink/getfile.php

index c579dc9246cbb40850a11da083fa9a557a273505..15a568df3dc7487484f24c2314ed5f5ad4986163 100644 (file)
@@ -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';