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