No, no, ....
You just need this
Re: Multiple members showing host ip address
You just need this
Quote
Adding this to the top of my index.php file fixed it without the need for a mod:
if($_SERVER['HTTP_CF_CONNECTING_IP']){
$_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_CF_CONNECTING_IP'];
}
Re: Multiple members showing host ip address
0 commentaires:
Enregistrer un commentaire