Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php641 var $_query_string = ''; variable in pfcGlobalConfig
677 $this->_query_string = isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING'] != '' ?
864 $this->server_script_url = './'.basename($filetotest).$this->_query_string;
884 …his->client_script_path, $this->server_script_path).'/'.basename($filetotest).$this->_query_string;