Hi.
Since updating to 1.3, the forum only ever shows 1 guest online.
REMOTE_ADDR in phpinfo shows a Cloudflare IP.
I have this in config.php
What could be the problem?
Thanks.
Since updating to 1.3, the forum only ever shows 1 guest online.
REMOTE_ADDR in phpinfo shows a Cloudflare IP.
I have this in config.php
Code:
// FIX IP ADDRESS FOR PROXY
$_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_X_REAL_IP'];
What could be the problem?
Thanks.