This commit is contained in:
KANE LAZENI 2026-04-23 18:10:02 +00:00
parent 6605be0b9f
commit b76397d04d

View File

@ -233,12 +233,14 @@ class FacialVerificationAPI {
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
$input = json_decode(file_get_contents('php://input'), true);
$csrf_token = $input['csrf_token'] ?? null;
var_dump(
array(
"input" => $input,
"csrf_token" => $csrf_token,
)
);
$action = $input['action'] ?? null;
$api = new FacialVerificationAPI();