Faults, gaps and corrections
The public record of everything that went wrong and what was done about it. Gaps are documented, never interpolated; corrections say what changed and why.
'; $q=db()->query("SELECT e.*, i.name FROM events e LEFT JOIN instruments i ON i.id=e.instrument_id WHERE e.is_public=1 ORDER BY e.ts DESC LIMIT 200"); echo '| When | Class | Instrument | Detail |
|---|---|---|---|
| '.h($e['ts']).' | '.h(strtoupper($e['class'])).' | '.h($e['name']??'—').' | '.h($e['detail']).' |