correct index
This commit is contained in:
@@ -2,5 +2,8 @@
|
|||||||
ini_set('display_errors', false);
|
ini_set('display_errors', false);
|
||||||
if(strtolower($_SERVER['REQUEST_METHOD']) == 'post'){
|
if(strtolower($_SERVER['REQUEST_METHOD']) == 'post'){
|
||||||
error_log(json_encode($_POST));
|
error_log(json_encode($_POST));
|
||||||
}
|
header("HTTP/1.1 403 Forbidden");
|
||||||
exit(0);
|
echo "Forbidden";
|
||||||
|
exit(0);
|
||||||
|
}
|
||||||
|
echo "Found";
|
||||||
|
|||||||
Reference in New Issue
Block a user