a
This commit is contained in:
parent
1c3a145885
commit
211110d8b9
|
|
@ -51,8 +51,8 @@ class ControleurRechercheparcarte extends Controleur {
|
||||||
$donneesCarte = $_POST['donneesCarte']; // ex: "IS1|ebene|ESI6936000602"
|
$donneesCarte = $_POST['donneesCarte']; // ex: "IS1|ebene|ESI6936000602"
|
||||||
$parts = explode('|', $donneesCarte);
|
$parts = explode('|', $donneesCarte);
|
||||||
|
|
||||||
// var_dump($parts);
|
var_dump($parts);
|
||||||
// exit();
|
exit();
|
||||||
|
|
||||||
if (count($parts) !== 3 || $parts[0] !== 'IS1') {
|
if (count($parts) !== 3 || $parts[0] !== 'IS1') {
|
||||||
die("Carte invalide");
|
die("Carte invalide");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user