<?php
header('HTTP/1.1 500 Internal Server Error', TRUE, 500);
?>
<html>
<head>
<title>HTTP/1.1 500 Internal Server Error</title>
</head>
<h1>HTTP/1.1 500 Internal Server Error</h1>

<p>Please check back another time.</p>
</html>
