Gomjaba
Thu 3rd Aug '06, 12:08am
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.