This commit is contained in:
KANE LAZENI 2026-07-28 23:15:32 +00:00
parent da2091c1a4
commit c2dfc22abf
2 changed files with 3 additions and 5 deletions

View File

@ -42,11 +42,10 @@
var_dump(
array(
"statut_index" => $_SESSION['statut'],
"otpStatus_index" => $_SESSION['otpStatus'],
"statut_raffraichir" => $_SESSION['statut'],
"otpStatus_raffraichir" => $otpStatus,
)
);
?>
Index => NAMOGO

View File

@ -43,10 +43,9 @@
var_dump(
array(
"statut_raffraichir" => $_SESSION['statut'],
"otpStatus_raffraichir" => $_SESSION['otpStatus'],
"otpStatus_raffraichir" => $otpStatus,
)
);
?>
raffraichir => KANE