KSA
Well-known member
The shared ip on my site appears not to be accurate, it is flagging some members whom we know do not have duplicated accounts.
We are on cloudflare if that makes a difference with this in config file
if (isset($_SERVER['HTTP_CF_CONNECTING_IP'])) { $_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_CF_CONNECTING_IP']; }
any thoughts?
We are on cloudflare if that makes a difference with this in config file
if (isset($_SERVER['HTTP_CF_CONNECTING_IP'])) { $_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_CF_CONNECTING_IP']; }
any thoughts?