diff --git a/index.php b/index.php index c38b28d..26eb01e 100644 --- a/index.php +++ b/index.php @@ -2,5 +2,8 @@ ini_set('display_errors', false); if(strtolower($_SERVER['REQUEST_METHOD']) == 'post'){ error_log(json_encode($_POST)); -} -exit(0); + header("HTTP/1.1 403 Forbidden"); + echo "Forbidden"; + exit(0); +} +echo "Found";