From ad628d8296a7cb3e9b086fb32ad95162984dd77e Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Thu, 23 Apr 2026 18:30:05 +0000 Subject: [PATCH] a --- Contestation/verify_facial_api.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contestation/verify_facial_api.php b/Contestation/verify_facial_api.php index 2655b73..c33676c 100644 --- a/Contestation/verify_facial_api.php +++ b/Contestation/verify_facial_api.php @@ -245,7 +245,8 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { exit; } - echo json_encode(['success' => false, 'message' => 'On peut maintenant continuer']); + // echo json_encode(['success' => false, 'message' => 'On peut maintenant continuer']); + // exit; $action = $input['action'] ?? null;