﻿<?
	http_response_code(404);
	include("404.php");
	exit;
?>