Example #1
0
 public static function ipCronExecute($info)
 {
     if ($info['firstTimeThisDay'] || $info['test']) {
         static::checkForUpdates();
         Model::sendUsageStatistics(array('action' => 'Cron.default'), 10);
     }
 }