a
This commit is contained in:
parent
acbc5a07dc
commit
412792c985
|
|
@ -30,6 +30,9 @@
|
|||
$modeDev = $_SESSION['modeDev_C'];
|
||||
|
||||
$imgData = $_SESSION['photoAssureCrypte'];
|
||||
|
||||
$token = self::generateToken();
|
||||
|
||||
?>
|
||||
|
||||
<!doctype html>
|
||||
|
|
@ -626,10 +629,8 @@
|
|||
</div>
|
||||
|
||||
<input class="sr-only" type="text" id="racineWeb" name="racineWeb" value="<?= $racineWeb ?>">
|
||||
<input class="sr-only" type="text" id="dureeSession" name="dureeSession" value="<?= $_SESSION['dureeSession'] ?>">
|
||||
<input class="sr-only" type="text" id="dureeSession" name="dureeSession" value="<?= $_SESSION['dureeSession'] ?>">
|
||||
<input class="sr-only" type="text" id="nomSociete" name="nomSociete" value="<?= $_SESSION['nomSociete'] ?>">
|
||||
<input class="sr-only" type="text" id="csrf_token" name="csrf_token" value="<?= Csrf::field(); ?>">
|
||||
|
||||
<section class="section main-dashboard">
|
||||
<div id="contenu">
|
||||
<div id="div_test_gabarit">
|
||||
|
|
@ -661,6 +662,8 @@
|
|||
<!-- End #main -->
|
||||
<input type="text" class="sr-only" id="numeroClient_C" name="numeroClient_C" value="<?= $this->nettoyer($_SESSION['numeroClient_C']) ?>">
|
||||
<input type="text" class="sr-only" id="codeGcAssureur_C" NAME="codeGcAssureur_C" value="<?= $this->nettoyer($_SESSION['codeGcAssureur_C']) ?>">
|
||||
<input class="sr-only" type="text" id="csrf_token" name="csrf_token" value="<?= $token ?>">
|
||||
<input value="<?= $token ?>">
|
||||
|
||||
<button class="btn-info-context mb-2" id="showSideNav" title="<?= _("Afficher contexte")?>">
|
||||
<i class="fa-solid fa fa-angle-double-left" style="font-size:24px"></i> <i class="fa fa-cog fa-spin" style="font-size:24px"></i>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user