Error 404
Sivua ei löytynyt
WWW.PASIINKILÄ.COM
$combine
\n
User Agent = $httpagent \n
$note
\n
$httpref ";
$message2 = "$today \n
$combine \n
User Agent = $httpagent \n
$note \n
$httpref ";
$to = "error@yourdomain.com";
$subject = "yourdomain Error Page";
$from = "From: fake@yourdomain.com\r\n";
mail($to, $subject, $message2, $from);
echo $message;
?>