Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php531 var $server_script_path = ''; variable in pfcGlobalConfig
856 if ($this->server_script_url == '' && $this->server_script_path == '')
871 if ($this->server_script_path == '')
872 $this->server_script_path = $this->client_script_path;
878 $filetotest = $this->server_script_path;
880 if (preg_match("/(.*)\?(.*)/",$this->server_script_path, $res))
884 …er_script_url = pfc_RelativePath($this->client_script_path, $this->server_script_path).'/'.basenam…
/plugin/freechat/
H A Dsyntax.php121 $params['server_script_path'] = DOKU_INC.'lib/plugins/freechat/backend.php';