View file 404.php

File size: 52B
<?php
header('Location: /?error=yamus');
exit;
?>