Gomjaba
Wed 2nd Aug '06, 11:08pm
In you config.php enter this code at the end just above "?>"
if (VB_AREA == 'AdminCP')
{
$config['Misc']['debug'] = true;
}
The debug mode will now be enabled automatically when you enter the admincp and disabled once you leave it again.
if (VB_AREA == 'AdminCP')
{
$config['Misc']['debug'] = true;
}
The debug mode will now be enabled automatically when you enter the admincp and disabled once you leave it again.