a
This commit is contained in:
parent
b766665398
commit
b4ae51534a
|
|
@ -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="";
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user