Пример #1
0
 function __destruct()
 {
     flush();
     ob_end_flush();
     $cron = new CronTab();
     $cron->run();
 }