Searched refs:data_public_path (Results 1 – 2 of 2) sorted by relevance
562 var $data_public_path = ''; variable in pfcGlobalConfig670 $this->data_public_path = dirname(__FILE__)."/../data/public";672 $this->data_public_path = $params["data_public_path"];837 $f_dst = $this->data_public_path.'/js/'.$file;842 mkdir_r($this->data_public_path.'/js/');869 $this->data_public_url = pfc_RelativePath($this->client_script_path, $this->data_public_path);897 mkdir_r($this->data_public_path.'/themes/default');898 if (!is_dir($this->data_public_path.'/themes/default'))899 $this->errors[] = _pfc("cannot create %s", $this->data_public_path.'/themes/default');903 $this->data_public_path.'/themes/default' );[all …]
110 $params['data_public_path'] = DOKU_INC.'data/cache/public';113 … $params['data_public_path'] = DOKU_INC.'lib/plugins/freechat/phpfreechat/data/public';116 // $params['data_public_path'] = DOKU_INC.'data/tmp';