Introduce a cron system to run periodic work.
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 19 Apr 2020 17:52:09 +0000 (13:52 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 19 Apr 2020 17:52:09 +0000 (13:52 -0400)
commit70f6b3204ac398720d12d2892eecd405aaf9445f
tree90223955fdbdb765f33a88cdf12c8b8ba662dc56
parent5351752c99cf1ec45db582517b240103a60e8b72
Introduce a cron system to run periodic work.

This moves the admin session expiration and deleting of inactive users
awaiting email confirmation to cron.
admin/purge_inactive.php [deleted file]
cron.php [new file with mode: 0644]
docs/schema_changes.sql
includes/class_admin_navigation.php
includes/cron/admin_session.php [new file with mode: 0644]
includes/cron/awaiting_email_confirmation.php [new file with mode: 0644]
login.php
templates/footer.tpl