1
0
mirror of https://github.com/PurpleI2P/regi2p.git synced 2025-03-11 02:01:03 +00:00
regi2p/views/404.php

7 lines
114 B
PHP
Raw Normal View History

<?php
require_once __DIR__ . '/../lib/twig.php';
$template = $twig->load('404.twig');
echo $template->render();