diff --git a/Vue/Laboratoire/index.php b/Vue/Laboratoire/index.php index 5860fba..2ac5956 100755 --- a/Vue/Laboratoire/index.php +++ b/Vue/Laboratoire/index.php @@ -76,10 +76,16 @@ $bonCaduc = "0"; $otpStatus = -1; // Pas OTP en mode Décompte } + + var_dump( + array( + "activerOtp" => $_SESSION['p_activerOtpFacturePrestations_C'], + "otpStatus" => $otpStatus, + ) + ); ?>