summaryrefslogtreecommitdiffstats
path: root/modules-available/eventlog/hooks/cron.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [eventlog/main] Fix possible overflow in querySimon Rettberg2021-02-251-2/+2
| | | | | This would break on clock skew where timestamps in the DB lie in the future.
* Modularize cron apiSimon Rettberg2016-08-221-0/+5
Modules now can have a ./hooks/cron.inc.php to run every X minutes, according to how you set up the cron job for the global /inc/cron.inc.php