Skip to content

Commit

Permalink
Merge pull request #2 from DevexHub121/deisgn-changes-cheesy-bites
Browse files Browse the repository at this point in the history
form submission issue V2
  • Loading branch information
DevexHub121 authored Feb 13, 2024
2 parents 1207e8e + a9a0a67 commit 84f0b7b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions process_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
// Allow the content type header to be sent with the request
header("Access-Control-Allow-Headers: Content-Type");

// Set content type for JSON
header("Content-Type: application/json");


if ($_SERVER["REQUEST_METHOD"] == "POST") {
// Get form data
Expand Down

0 comments on commit 84f0b7b

Please sign in to comment.