Quote:
Originally Posted by Antivirus
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.
|
yeah thanks for help but sorry litle late replied problem was simply solved....i am able to use most of templates...now...