Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php539 var $server_script_url = ''; variable in pfcGlobalConfig
856 if ($this->server_script_url == '' && $this->server_script_path == '')
864 $this->server_script_url = './'.basename($filetotest).$this->_query_string;
876 if ($this->server_script_url == '')
884 …$this->server_script_url = pfc_RelativePath($this->client_script_path, $this->server_script_path).…
/plugin/freechat/
H A Dsyntax.php122 $params['server_script_url'] = DOKU_URL.'lib/plugins/freechat/backend.php';
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Dchat.js.tpl.php68 var pfc_server_script_url = <?php echo $json->encode($c->server_script_url); ?>;
/plugin/freechat/phpfreechat/themes/default/
H A Dchat.js.tpl.php68 var pfc_server_script_url = <?php echo $json->encode($c->server_script_url); ?>;