Home
last modified time | relevance | path

Searched refs:data_private_path (Results 1 – 5 of 5) sorted by relevance

/plugin/freechat/phpfreechat/src/
H A Dpfcinfo.class.php12 function pfcInfo( $serverid, $data_private_path = "" ) argument
17 if ($data_private_path == "") $data_private_path = dirname(__FILE__)."/../data/private";
18 $cachefile = pfcGlobalConfig::_GetCacheFile( $serverid, $data_private_path );
27 $params["data_private_path"] = $data_private_path;
H A Dpfcglobalconfig.class.php555 var $data_private_path = ''; variable in pfcGlobalConfig
657 $this->data_private_path = dirname(__FILE__)."/../data/private";
659 $this->data_private_path = $params["data_private_path"];
827 …$this->errors = array_merge($this->errors, @test_writable_dir($this->data_private_path, "data_priv…
828 …$this->errors = array_merge($this->errors, @test_writable_dir($this->data_private_path."/cache", "…
965 $filename = $this->data_private_path.'/filemtime2.test';
1035 function _GetCacheFile($serverid = "", $data_private_path = "") argument
1038 if ($data_private_path == '') $data_private_path = $this->data_private_path;
1039 return $data_private_path.'/cache/'.$serverid.'.php';
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php44 $c->container_cfg_chat_dir = $c->data_private_path."/chat";
69 $filename = $c->data_private_path.'/filemtime.test';
86 $filename = $c->data_private_path.'/filemtime.test';
/plugin/freechat/phpfreechat/src/proxies/
H A Dlog.class.php46 $logpath = ($c->proxies_cfg[$this->proxyname]["path"] == "" ? $c->data_private_path."/logs" :
/plugin/freechat/
H A Dsyntax.php119 $params['data_private_path'] = DOKU_INC.'data/cache/freechat/private';