Boo
//--------------------------------------------------------------------------
// NON-CONFIGURABLE: Attempt to sort out some defaults
//--------------------------------------------------------------------------
if ( @function_exists("set_time_limit") == 1 and SAFE_MODE_ON == 0 )
{
if ( defined('IPS_IS_SHELL') AND IPS_IS_SHELL )
{
@set_time_limit(0);
}
else
{
@set_time_limit( IPS_AREA == 'public' ? 30 : 0 );
}
}


Create a custom theme







