コード例 #1
0
ファイル: Event.php プロジェクト: Umz/ImpressPages
 public static function ipCronExecute($info)
 {
     if ($info['firstTimeThisDay'] || $info['test']) {
         static::checkForUpdates();
         Model::sendUsageStatistics(array('action' => 'Cron.default'), 10);
     }
 }