| 12345678910111213141516171819202122 |
- <?php
- $m_cron = array (
- 'information' =>
- array (
- 'lastrun' => '1711209998',
- 'nextrun' => '1711296000',
- 'day' => '1',
- ),
- 'advertisement' =>
- array (
- 'lastrun' => '1711209998',
- 'nextrun' => '1711296000',
- 'day' => '1',
- ),
- 'levelup' =>
- array (
- 'lastrun' => '1711209998',
- 'nextrun' => '1711296000',
- 'day' => '1',
- ),
- );
- ?>
|