addressbook/templates/status/403.html.php

6 lines
158 B
PHP
Raw Normal View History

2022-10-23 14:27:40 +02:00
<?php include dirname(path: __DIR__) . '/_header.html.php'; ?>
<h2>403 Permission denied</h2>
<?php include dirname(path: __DIR__) . '/_footer.html.php' ?>