glFusion / glfusion

glFusion CMS - Advanced Content Management with Style
https://www.glfusion.org
GNU General Public License v2.0
14 stars 15 forks source link

Force cron #544

Closed leegarner closed 2 years ago

leegarner commented 2 years ago

This is just a thought, but there are some benefits to running cron.php via an actual cron job or scheduled task.

This allows cron.php to be forced to run if run from the CLI, ignoring the last_run values. It also completely disables cron in index.php if the scheduled interval is "0".