AndyB Well-known member Sep 6, 2013 #2 Here's how I like to do it, so only you will be in debug mode. PHP: if ($_SERVER['REMOTE_ADDR'] == 'put your IP address here') { $config['debug'] = true; } Upvote 0 Downvote
Here's how I like to do it, so only you will be in debug mode. PHP: if ($_SERVER['REMOTE_ADDR'] == 'put your IP address here') { $config['debug'] = true; }
abbychase Active member Sep 6, 2013 #3 AndyB said: Here's how I like to do it, so only you will be in debug mode. PHP: if ($_SERVER['REMOTE_ADDR'] == 'put your IP address here') { $config['debug'] = true; } Click to expand... Thanks! Upvote 0 Downvote
AndyB said: Here's how I like to do it, so only you will be in debug mode. PHP: if ($_SERVER['REMOTE_ADDR'] == 'put your IP address here') { $config['debug'] = true; } Click to expand... Thanks!