2022-07-08 09:10:14 -04:00

15 lines
374 B
PHP

<?php
include_once ($_SERVER['DOCUMENT_ROOT'].'common/php/header.php');
include_once ($_SERVER['DOCUMENT_ROOT'].'common/php/menu.php');
?>
<h1 align="center">Error 403</h1>
<p align="center">
<font size="10">
<br/>>:(
<br/>
</font>
<br/>
You're not allowed here. Stop that.<br/>
</p>
<?php include_once ($_SERVER['DOCUMENT_ROOT'].'common/php/footer.php');?>