This commit is contained in:
KANE LAZENI 2026-04-20 13:03:40 +00:00
parent 1238d68e67
commit f717866d70
3 changed files with 3 additions and 4 deletions

View File

@ -92615,6 +92615,6 @@ function charger_csrf_token(v_data)
}else{
v_data += '&csrf_token=' + csrf_token;
}
alert("charger_csrf_token => "+charger_csrf_token);
alert("charger_csrf_token => "+v_data);
return v_data;
}

View File

@ -124,5 +124,4 @@
<INPUT class="sr-only" TYPE="text" id="prestationParLienParente_C" name="prestationParLienParente_C" value="<?= isset($_SESSION['prestationParLienParente_C']) ? $_SESSION['prestationParLienParente_C'] : "1"; ?>">
<INPUT class="sr-only" TYPE="text" id="codeGcAssureurDefaut" name="codeGcAssureurDefaut" value="<?= isset($_SESSION['codeGcAssureurDefaut']) ? $_SESSION['codeGcAssureurDefaut'] : ""; ?>">
<input type="hidden" id="csrf_token_gabarit" name="csrf_token_gabarit" value="<?= htmlspecialchars($token) ?>">
<input class="form-control" type="text" value="<?= htmlspecialchars($token) ?>">
<input type="hidden" id="csrf_token_gabarit" name="csrf_token_gabarit" value="<?= htmlspecialchars($token) ?>">

View File

@ -985,7 +985,7 @@
<script src="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.js" crossorigin="anonymous"></script>
<script src="Js/fonctions.js?ver=2026.04.20.01"></script>
<script src="Js/fonctions.js?ver=2026.04.20.02"></script>
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>