Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php253 var $proxies_path_default = ''; variable in pfcGlobalConfig
978 $this->proxies_path_default = dirname(__FILE__).'/proxies';
982 if ($this->proxies_path == '') $this->proxies_path = $this->proxies_path_default;
H A Dpfccommand.class.php81 $proxy_filename = $c->proxies_path_default.'/'.$proxy_name.".class.php";