@@ -1,5 +1,7 @@
<?php
+print_r($_SERVER['REQUEST_METHOD']); die;
+
if($_SERVER['REQUEST_METHOD'] != 'POST') {
include error(403);
die;