Quote:
Originally Posted by Xplorer4x4
What exactly are you referring to when you say "vBulletins IP address"?
|
IPADDRESS is a constant defined in the file /includes/class_core.php around line 1557.

It contains the client's ip address.
He's telling you to use that constant instead, like this;
PHP Code:
if (IPADDRESS == '0.0.0.0')
{
$config['Misc']['debug'] == true;
}