Quote:
Originally Posted by ForceHSS
What are you using to edit the file with
PHP Code:
// Detect ALL. if ($registry->ipaddress == $registry->alt_ip) { define('PROXYIP',''); } else { $proxy = true; define('PROXYIP',$registry->ipaddress); }
if ($proxy) { define('ALT_IP', $this->ipaddress); define('IPADDRESS', $this->alt_ip); } else { define('IPADDRESS', $this->ipaddress); define('ALT_IP', $this->alt_ip); }
|
I just copied and pasted the code into my class core php file.I have also noticed that when i click on code edit for the class core php file its taking forever to load