.
This commit is contained in:
@@ -9,4 +9,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
} else {
|
||||
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