This commit is contained in:
2026-01-10 17:22:49 +01:00
parent edcc1b5403
commit 674fabb715
21 changed files with 2135 additions and 489 deletions

View File

@@ -0,0 +1,17 @@
<?php $this->render('_templates/header'); ?>
<div class="box">
<?php $this->renderFeedbackMessages(); ?>
<script>
// Redirect to main messages page and load global chat
window.location.href = '<?= Config::get('URL') ?>message' + '#load-global';
</script>
<div style="text-align: center; padding: 60px;">
<h3>Redirecting to Global Chat...</h3>
<p>If you're not redirected automatically, <a href="<?= Config::get('URL') ?>message">click here</a>.</p>
</div>
</div>
<?php $this->render('_templates/footer'); ?>