Anonymous - 2004-01-05

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.