Website/index.php

6 lines
98 B
PHP

<?php
require_once '_config.php';
echo $twig->render('index.twig', [
'user' => null
]);