cron.cache.php 372 B

12345678910111213141516171819202122
  1. <?php
  2. $m_cron = array (
  3. 'information' =>
  4. array (
  5. 'lastrun' => '1711209998',
  6. 'nextrun' => '1711296000',
  7. 'day' => '1',
  8. ),
  9. 'advertisement' =>
  10. array (
  11. 'lastrun' => '1711209998',
  12. 'nextrun' => '1711296000',
  13. 'day' => '1',
  14. ),
  15. 'levelup' =>
  16. array (
  17. 'lastrun' => '1711209998',
  18. 'nextrun' => '1711296000',
  19. 'day' => '1',
  20. ),
  21. );
  22. ?>