Home
last modified time | relevance | path

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

/plugin/farm/
H A Dinstall.class.php22 var $fsroot = null; variable in dokuwiki_farm_install
51 $this->fsroot = $_POST['install_field_farmfsroot'];
60 if(empty($this->fsroot)) {
80 if((substr($this->fsroot, -1) != '/') || !@is_dir($this->fsroot)) {
101 …case 'farmfsroot' : $r++; $conf[$i] = '$farmconf[\'farmfsroot\'] = \''.$this->fsroot.'\';'.$m[3]; …
120 if($fp = fopen($this->fsroot.'farmstructurecreator.php', 'w')) {
145 …if(is_null($this->fsroot)) $this->fsroot = substr(__FILE__, 0, -1 * strlen('lib/plugins/farm/insta…
155 …sroot').' : <input type="text" name="install_field_farmfsroot" value="'.$this->fsroot.'"/><br />');