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']; ?>