Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php547 var $client_script_path = ''; variable in pfcGlobalConfig
853 if ($this->client_script_path == '')
854 $this->client_script_path = pfc_GetScriptFilename();
858 $filetotest = $this->client_script_path;
869 $this->data_public_url = pfc_RelativePath($this->client_script_path, $this->data_public_path);
872 $this->server_script_path = $this->client_script_path;
884 …$this->server_script_url = pfc_RelativePath($this->client_script_path, $this->server_script_path).…