i initially got a bunch of warnings for set_time_limit(), as i run php in safemode.
i recommend you add an @ to the beginning of that line, i.e.
@set_time_limit(30); // Reset watchdog.
Log in to post a comment.
i initially got a bunch of warnings for set_time_limit(), as i run php in safemode.
i recommend you add an @ to the beginning of that line, i.e.
@set_time_limit(30); // Reset watchdog.