コード例 #1
0
ファイル: api.cron.php プロジェクト: ed00m/osTicket-1.8
 function call()
 {
     $cron = new LocalCronApiController();
     $cron->run();
 }