Initial Commit
Add the basic structure of the site.
This commit is contained in:
14
common/error_pages/403.php
Normal file
14
common/error_pages/403.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
include_once ($_SERVER['DOCUMENT_ROOT'].'/common/header.php');
|
||||
include_once ($_SERVER['DOCUMENT_ROOT'].'/common/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/footer.php');?>
|
||||
Reference in New Issue
Block a user