KURTZ
04-16-2008, 05:01 PM
i know that the following code opens a debug mode only for who has that IP
if($_SERVER['REMOTE_ADDR'] == 'PUT.UR.IP.ERE')
{
$config['Misc']['debug'] = true;
}
but i need a code for a usergroup, it's possible?
TIA
if($_SERVER['REMOTE_ADDR'] == 'PUT.UR.IP.ERE')
{
$config['Misc']['debug'] = true;
}
but i need a code for a usergroup, it's possible?
TIA