CRSSWebsite/index.php

6 lines
98 B
PHP
Raw Normal View History

2023-09-14 17:33:54 +00:00
<?php
require_once '_config.php';
2023-09-15 13:32:38 +00:00
echo $twig->render('index.twig', [
2023-09-14 19:57:06 +00:00
'user' => null
]);