delay the loading of the filesystem when opening a public link
This commit is contained in:
parent
f82946c6a9
commit
bc7d6a9dde
1 changed files with 1 additions and 0 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in a new issue