Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/src/commands/
H A Dconnect.class.php46 $ip = ( $c->get_ip_from_xforwardedfor && isset($_SERVER["HTTP_X_FORWARDED_FOR"])) ?
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php611 var $get_ip_from_xforwardedfor = false; variable in pfcGlobalConfig