delay the loading of the filesystem when opening a public link

This commit is contained in:
Robin Appelman 2011-04-18 09:30:59 +02:00
parent f82946c6a9
commit bc7d6a9dde
1 changed files with 1 additions and 0 deletions

View 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';