Home
last modified time | relevance | path

Searched refs:preload (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/inc/
H A Dpreload.php.dist3 * This is an example for a farm setup. Simply copy this file to preload.php and
5 * You can also use preload.php for other things than farming, e.g. for moving
H A Dinit.php31 $preload = fullpath(__DIR__) . '/preload.php'; variable
32 if (file_exists($preload)) include($preload);