Files
chat/archive-viewer.php
T
2026-06-08 15:44:15 -04:00

6 lines
207 B
PHP

<?php
// Historical logs are private. The authenticated application renders only the
// current user's entitled archive through api/archive.php.
header('Location: index.html?view=archive', true, 302);
exit;