server-error.php 112 Bytes
<?php
header("HTTP/1.1 500 Internal server error"); ?>
<h1>Internal server error</h1>
<p>Error: <?=$error?></p>