From da3d7d85da284665412c0e97d23605c6cfc329cc Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Thu, 7 May 2026 06:47:27 +0000 Subject: [PATCH] a --- Vue/Chambre/index.php | 3 +++ Vue/Consultation/index.php | 4 ++++ Vue/Miseenobservation/index.php | 3 +++ Vue/Prescriptionseance/index.php | 4 ++++ Vue/Proformahospitalisation/index.php | 3 +++ 5 files changed, 17 insertions(+) diff --git a/Vue/Chambre/index.php b/Vue/Chambre/index.php index f082c3b..022ec79 100755 --- a/Vue/Chambre/index.php +++ b/Vue/Chambre/index.php @@ -80,6 +80,8 @@ } $prixActeModifiable = $_SESSION['p_prixActeModifiable']; + + $token = $_SESSION['csrf_token_submieted']; ?> @@ -121,6 +123,7 @@ +
diff --git a/Vue/Consultation/index.php b/Vue/Consultation/index.php index b755517..4e5c838 100755 --- a/Vue/Consultation/index.php +++ b/Vue/Consultation/index.php @@ -24,6 +24,8 @@ $codePrestataire = $_SESSION['p_codePrestataire_C']; $faceActif = "0"; + + $token = $_SESSION['csrf_token_submieted']; ?> @@ -47,6 +49,8 @@ + +
diff --git a/Vue/Miseenobservation/index.php b/Vue/Miseenobservation/index.php index 6da7b9d..ae68d08 100755 --- a/Vue/Miseenobservation/index.php +++ b/Vue/Miseenobservation/index.php @@ -15,6 +15,8 @@ $prixActeModifiable = $_SESSION['p_prixActeModifiable']; $motif = $miseEnObs['motif']; + + $token = $_SESSION['csrf_token_submieted']; ?> @@ -27,6 +29,7 @@ +
diff --git a/Vue/Prescriptionseance/index.php b/Vue/Prescriptionseance/index.php index fac2fc5..0044b96 100755 --- a/Vue/Prescriptionseance/index.php +++ b/Vue/Prescriptionseance/index.php @@ -53,6 +53,8 @@ $valeurActe = $this->nettoyer($seance['valeurActe']); $prixActe = $valeurActe; + + $token = $_SESSION['csrf_token_submieted']; ?>