This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * This script is meant to be executed via crontab. | |
| * It should help you easily set li3 commands as cron jobs. | |
| * | |
| * You should put this in the root of your application. | |
| * However, you don't need to, but you would then need to | |
| * pass a --path= option with the path to your app. | |
| * This is because the li3 console command must be called | |
| * from a specific location. |