<?php
if ($_SERVER['REQUEST_METHOD'] == 'POST')
        return;
		header ('HTTP/1.1 404 Not Found');
exit ();
?>