Searched refs:fsroot (Results 1 – 1 of 1) sorted by relevance
22 var $fsroot = null; variable in dokuwiki_farm_install51 $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 />');