a
This commit is contained in:
parent
7f36a56322
commit
8ee52a2a85
|
|
@ -98,12 +98,6 @@
|
|||
}
|
||||
|
||||
$token = $_SESSION['csrf_token_submieted'];
|
||||
|
||||
var_dump(
|
||||
array(
|
||||
"otpStatus" => $otpStatus,
|
||||
)
|
||||
);
|
||||
?>
|
||||
|
||||
<button type="button" class="sr-only" id="btn_refresh" name="btn_refresh" onClick="javascript:feuillemaladie();" > </button>
|
||||
|
|
@ -179,8 +173,7 @@
|
|||
<INPUT class="form-control vip" TYPE="text" id="vip" name="vip" value="<?= $_SESSION['p_strVip_C'] ?>">
|
||||
<?php endif; ?>
|
||||
|
||||
<!-- <input type="hidden" id="csrf_token" name="csrf_token" value="<?= htmlspecialchars($token) ?>"> -->
|
||||
<input class="form-control" type="text" id="csrf_token" name="csrf_token" value="<?= htmlspecialchars($token) ?>">
|
||||
<input type="hidden" id="csrf_token" name="csrf_token" value="<?= htmlspecialchars($token) ?>">
|
||||
|
||||
<INPUT class="sr-only" TYPE="text" id="autoriserBonHospitAvantDate" name="autoriserBonHospitAvantDate" value="<?= $autoriserBonHospitAvantDate ?>">
|
||||
<INPUT class="sr-only" TYPE="text" id="dateDebutHospit" name="dateDebutHospit" value="<?= $this->nettoyer($feuillemaladie['dateDebutHospit']) ?>">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user