Quote:
Originally Posted by parash
i am total newbiew to this more help could be preferred about this qtn for me..too.THanks
|
The following will turn on debug mode, but prevent it from displaying to anyone using a different ip than you are.
In your file: includes/config.php add the following to the bottom of the file:
PHP Code:
// ****** DEBUG MODE ******
$config['Misc']['debug'] = ($_SERVER['REMOTE_ADDR'] == '00.000.000.00');
...and replace 00.000.000.00 with your ip address. If you don't know your ip address, just go to
www.whatismyip.com and you'll see it.