Home
last modified time | relevance | path

Searched refs:pfc_RelativePath (Results 1 – 2 of 2) sorted by relevance

/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php869 $this->data_public_url = pfc_RelativePath($this->client_script_path, $this->data_public_path);
884 …$this->server_script_url = pfc_RelativePath($this->client_script_path, $this->server_script_path).…
H A Dpfctools.php81 function pfc_RelativePath($p1, $p2) function