jilo-web/app/templates/error-unauthorized.php

9 lines
290 B
PHP
Raw Normal View History

<div class="text-center">
<div class="mt-3 h5">You have no access to this page.</div>
<div>
2024-10-04 11:18:28 +00:00
<small>go to <a href="<?= htmlspecialchars($app_root) ?>">front page</a> or to <a href="<?= htmlspecialchars($app_root) ?>?page=profile">your profile</a></small>
</div>
</div>