This commit is contained in:
KANE LAZENI 2026-07-18 07:14:19 +00:00
parent b766665398
commit b4ae51534a
2 changed files with 8 additions and 3 deletions

View File

@ -50,6 +50,7 @@ class ControleurRechercheprestations extends Controleur {
var_dump(
array(
/*
"numeroBeneficiaire" => $numeroBeneficiaire,
"numeroAdherent" => $numeroAdherent,
"nomBeneficiaire" => $nomBeneficiaire,
@ -63,10 +64,12 @@ class ControleurRechercheprestations extends Controleur {
"numeroBonExamen" => $numeroBonExamen,
"numeroBonKine" => $numeroBonKine,
"numeroBonSeance" => $numeroBonSeance,
*/
"csrf_token" => $csrf_token,
)
);
exit;
if ($numeroBonConsultation=="0")
{
$numeroBonConsultation="";

View File

@ -1,10 +1,12 @@
<?php
$this->titre = "INTER SANTE - "._("Rechercher sinistre") ;
<?php
$token = $_SESSION['csrf_token_submieted'];
?>
<form id="frmrechercheprestation" name="frmrechercheprestation" method="post" action="Rechercheprestations/index/" style='font-size:10pt;' >
<legend> <?= _("Critères de recherche sinistres") ?> </legend>
<input type="hidden" id="csrf_token" name="csrf_token" value="<?= htmlspecialchars($token) ?>">
csrf_token : <input type="text" value="<?= htmlspecialchars($token) ?>">
<table class="table table-condensed table-responsive" style='font-size:10pt;'>
<tbody>