Files
ops-Gazelle/sections/chat/join.php
2023-09-19 13:15:43 +02:00

6 lines
74 B
PHP

<?php
echo $Twig->render('chat/index.twig', [
'user' => $Viewer,
]);