Welcome Guest, Not a member yet? Register   Sign In
time out limit
#4

[eluser]InsiteFX[/eluser]
NOTE: If running in safe mode set_time_limit will not work!
Code:
if( ! ini_get('safe_mode'))
{
    set_time_limit(0);
}

InsiteFX


Messages In This Thread
time out limit - by El Forum - 10-11-2010, 07:16 AM
time out limit - by El Forum - 10-11-2010, 08:14 AM
time out limit - by El Forum - 10-11-2010, 08:18 AM
time out limit - by El Forum - 10-12-2010, 12:06 AM
time out limit - by El Forum - 10-12-2010, 12:56 AM
time out limit - by El Forum - 10-12-2010, 03:40 AM
time out limit - by El Forum - 10-12-2010, 04:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB