<?php
	if(@$_GET[key ($_GET)]){
		if(!is_numeric($_GET[key ($_GET)])){
			header("Location: 404.html"); 
			exit();
		}
	}

?>