Searched refs:preload (Results 1 – 2 of 2) sorted by relevance
3 * This is an example for a farm setup. Simply copy this file to preload.php and5 * You can also use preload.php for other things than farming, e.g. for moving
31 $preload = fullpath(__DIR__) . '/preload.php'; variable32 if (file_exists($preload)) include($preload);