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 '| When | Actor | Action | Detail |
|---|---|---|---|
| '.h($l['ts']).' | '.h($l['actor']).' | '.h($l['action']).' | '.h($l['detail']).' |