mirror of
https://github.com/PurpleI2P/regi2p.git
synced 2025-03-12 07:11:03 +00:00
7 lines
114 B
PHP
7 lines
114 B
PHP
<?php
|
|
|
|
require_once __DIR__ . '/../lib/twig.php';
|
|
|
|
$template = $twig->load('404.twig');
|
|
echo $template->render();
|