1
0
Fork 0
forked from CRSS/Website
Website/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-14 19:57:06 +00:00
echo $twig->render('index.html', [
'user' => null
]);