Home
last modified time | relevance | path

Searched refs:farm (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/inc/
H A Dpreload.php.dist3 * This is an example for a farm setup. Simply copy this file to preload.php and
9 // set this to your farm directory
10 //if(!defined('DOKU_FARMDIR')) define('DOKU_FARMDIR', '/var/www/farm');
13 //include(fullpath(dirname(__FILE__)).'/farm.php');
H A Dfarm.php8 * The farm directory (constant DOKU_FARMDIR) can be any directory and needs to be set.
9 * Animals are direct subdirectories of the farm directory.
12 * http://example.org/<path_to_farm>/subdir/ will need the subdirectory '$farm/subdir/'.
15 * directories that will match range from '$farm/8080.www.example.org.mysite.test/'
16 * to a simple '$farm/domain/'.
35 * any subdirectory of the farm directory.
42 * @param string $farm
46 function farm_confpath($farm) argument
66 if (!is_dir($farm . '/' . $animal))
69 return $farm
[all...]