.
This commit is contained in:
@@ -9,4 +9,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
|||||||
} else {
|
} else {
|
||||||
echo json_encode(['error' => 'Invalid request method']);
|
echo json_encode(['error' => 'Invalid request method']);
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
// Ladící výstup
|
||||||
|
error_log(print_r($_POST, true));
|
||||||
|
error_log(print_r($_FILES, true));
|
||||||
|
|||||||
Reference in New Issue
Block a user