public
src
templates
status
403.html.php
404.html.php
_footer.tpl
_header.tpl
index.tpl
.gitinore
LICENSE
README.md
config.json.sample
6 lines
158 B
PHP
6 lines
158 B
PHP
<?php include dirname(path: __DIR__) . '/_header.html.php'; ?>
|
|
|
|
<h2>403 Permission denied</h2>
|
|
|
|
<?php include dirname(path: __DIR__) . '/_footer.html.php' ?>
|