Пример #1
0
 /**
  * Runs all/as many outstanding cron entries and outputs the
  * blank image.
  */
 public static function runAndOutput()
 {
     @set_time_limit(180);
     $dependencies = new XenForo_Dependencies_Public();
     $dependencies->preLoadData();
     $cron = new XenForo_Cron();
     $cron->outputImage();
     $cron->run();
 }