<?php
ob_start();
?>
<h1>Wenn das angezeigt wird ist es Mist.</h1>
<?php
include('libError404.php');
error404('faked error');
?>