<?php
if ($_SERVER['REQUEST_METHOD'] == 'POST')
        return;
        header ('HTTP/1.1 666 Sou mau');
exit ();
?>