delay the loading of the filesystem when opening a public link

remotes/origin/stable
Robin Appelman 16 years ago
parent f82946c6a9
commit bc7d6a9dde
  1. 1
      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';

Loading…
Cancel
Save