Initial commit Change-Id: I0000000000000000000000000000000000000000

This commit is contained in:
2012-02-05 16:40:26 -05:00
commit 70806096b6
73 changed files with 22457 additions and 0 deletions

24
error/error500.php Executable file
View File

@@ -0,0 +1,24 @@
<html>
<title>Internal Server Error</title>
<body>
<?php
include("error_header.php");
echo <<<MSG
<center>
<img height="70%" src="/error/500_error_icon.png"/>
<br/>
<strong>Internal Server Error</strong>
<br/>
He's Dead Jim....
</center>
MSG;
include("footer.php");
?>
</body>
</html>