From fd73e07bd31d1504b5a532cf3567d0ef6524b735 Mon Sep 17 00:00:00 2001 From: GZod01 Date: Wed, 12 Mar 2025 18:15:33 +0100 Subject: [PATCH] aze --- httpCallBack.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/httpCallBack.php b/httpCallBack.php index 152337b..79c1f50 100644 --- a/httpCallBack.php +++ b/httpCallBack.php @@ -1,13 +1,15 @@ "error", "message" => "Invalid Request"])); } require "config.php"; -$uuid = $_POST["uuid"]; -$event_code = $_POST["event_code"]; -$sub_event_code = $_POST["sub_event_code"]; -$password = $_POST["password"]; +$uuid = $_superpost["uuid"]; +$event_code = $_superpost["event_code"]; +$sub_event_code = $_superpost["sub_event_code"]; +$password = $_superpost["password"]; $event_data = getEventData($con, $event_code); if ($event_data === false) { die(json_encode(["status" => "error", "message" => "Event not found"]));