This commit is contained in:
2026-02-16 01:30:50 +00:00
parent 0a090a6946
commit a4564c45f5
2 changed files with 6 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ class ControleurRechercheparcarte extends Controleur {
$donneesCarte = $_POST['donneesCarte']; // ex: "IS1|ebene|ESI6936000602|b18e7d5e-0ac2-11f1-a875-d05099ffadf8"|nfc => SVMx|ZWJlbmU=|RVNJNjkzNjAwMTcwMw==|b18e7d5e-0ac2-11f1-a875-d05099ffadf8|nfc
$parts = explode('|', $donneesCarte);
/*
var_dump(
array(
// "POST" => $_POST,
@@ -74,7 +75,8 @@ class ControleurRechercheparcarte extends Controleur {
)
);
exit();
*/
$versionTagCarte = base64_decode($parts[0]);
$codeEntite = base64_decode($parts[1]);