Activity log

System, cron, admin and API activity. Visitor analytics are not collected; this is an operations log, not a tracker.

'; $q=db()->query("SELECT * FROM activity_log ORDER BY ts DESC LIMIT 300"); echo ''; foreach($q as $l) echo ''; echo '
WhenActorActionDetail
'.h($l['ts']).''.h($l['actor']).''.h($l['action']).''.h($l['detail']).'
'; page_footer();