Quote:
Originally Posted by djxcee
Ah, the other forum wasn't working because of I accidently added the wrong IP...
Thank you, once again, Lynne
BTW, is it possible to add more then one ID address?
|
I would guess you could just add an OR in there:
PHP Code:
if ($_SERVER["REMOTE_ADDR"] == "xxx.xxx.xxx.xxx" OR $_SERVER["REMOTE_ADDR"] == "yyy.yyy.yyy.yyy") {
// enable debug mode for only some IPs
$config['Misc']['debug'] = true;
}