mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-01-16 18:04:34 -05:00
6 lines
74 B
PHP
6 lines
74 B
PHP
<?php
|
|
|
|
echo $Twig->render('chat/index.twig', [
|
|
'user' => $Viewer,
|
|
]);
|