thekabal / tki

The Kabal Invasion - A web based space exploration (4x) game
Other
11 stars 7 forks source link

New Scheduler #55

Open thekabal opened 7 years ago

thekabal commented 7 years ago

While working on the original scheduler, I stumbled across a potential better solution.

I will be adding a new scheduler ("newscheduler.php"), that will be able to be run via command-line, ala:

php newscheduler.php

Which can also replace the scheduler in cron, simplifying the cronjob substantially (no more lynx/wget/etc path issues).

It will have its permissions set to prevent access from the web, and will prevent running from a web page.