Update error pages
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?php
|
||||
include_once ($_SERVER['DOCUMENT_ROOT'].'/common/header.php');
|
||||
include_once ($_SERVER['DOCUMENT_ROOT'].'/common/menu.php');
|
||||
include_once ($_SERVER['DOCUMENT_ROOT'].'common/php/header.php');
|
||||
include_once ($_SERVER['DOCUMENT_ROOT'].'common/php/menu.php');
|
||||
?>
|
||||
<h1 align="center">Error 500</h1>
|
||||
<p align="center">
|
||||
<br/>
|
||||
We done made a boo boo...<br/>
|
||||
</p>
|
||||
<?php include_once ($_SERVER['DOCUMENT_ROOT'].'/common/footer.php');?>
|
||||
<?php include_once ($_SERVER['DOCUMENT_ROOT'].'common/php/footer.php');?>
|
||||
|
||||
Reference in New Issue
Block a user