a
This commit is contained in:
parent
c9e2f50f46
commit
09d372d7fe
|
|
@ -606,6 +606,7 @@ require_once 'Framework/Localisation.php';
|
|||
$this->requete->getSession()->setAttribut("dossierAssure", $utilisateur['dossierAssure']);
|
||||
$dossierLogo=$_SESSION['dossierAssure']."/images/logo_etat.png";
|
||||
$this->requete->getSession()->setAttribut("dossierLogo", $dossierLogo);
|
||||
$this->requete->getSession()->setAttribut("envoismswhatsappactif", $utilisateur['envoismswhatsappactif']);
|
||||
|
||||
$_SESSION['idLogapiface'] = "0";
|
||||
|
||||
|
|
|
|||
|
|
@ -167,6 +167,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
envoismswhatsappactif => <?= $_SESSION['envoismswhatsappactif'] ?>
|
||||
<!-- Message d'information -->
|
||||
<div class="alert alert-info mt-3" style="margin-bottom:10px;">
|
||||
<small>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user