6 lines
69 B
PHP
6 lines
69 B
PHP
<?php
|
|
|
|
require 'shared.php';
|
|
|
|
echo $twig->render('index.html.twig');
|