From d0703b5d9ab726c0bdb1f35a305e7b2372267f4c Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Thu, 25 Dec 2025 14:43:32 +0000 Subject: [PATCH 01/16] a --- Vue/Ajaxconnexioncookie/french.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vue/Ajaxconnexioncookie/french.php b/Vue/Ajaxconnexioncookie/french.php index 11f43e3..a4a702f 100755 --- a/Vue/Ajaxconnexioncookie/french.php +++ b/Vue/Ajaxconnexioncookie/french.php @@ -9,7 +9,7 @@ - Portail Assuré + Portail Assuré TEST " "): ?> From 2360e1bc03e2000ec01ebaaaada7186901d76c61 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Thu, 25 Dec 2025 14:46:12 +0000 Subject: [PATCH 02/16] a --- Vue/Ajaxconnexioncookie/french.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vue/Ajaxconnexioncookie/french.php b/Vue/Ajaxconnexioncookie/french.php index a4a702f..11f43e3 100755 --- a/Vue/Ajaxconnexioncookie/french.php +++ b/Vue/Ajaxconnexioncookie/french.php @@ -9,7 +9,7 @@ - Portail Assuré TEST + Portail Assuré " "): ?> From 51d43c67e86ed6cea74edb26320a1ccf3b627560 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Thu, 25 Dec 2025 18:50:42 +0000 Subject: [PATCH 03/16] a --- Vue/gabarit.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 9fafd1a..c5384df 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -297,16 +297,13 @@
'kane', - 'assure' => 'assure', + 'lienLogo' => $_SESSION['lienLogo'], ) ) - */ ?>
From 315ade4b2eef7e1fc91aa71a7335252849345731 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Thu, 25 Dec 2025 18:51:46 +0000 Subject: [PATCH 04/16] a --- Vue/gabarit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vue/gabarit.php b/Vue/gabarit.php index c5384df..b289571 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -303,7 +303,7 @@ ( 'lienLogo' => $_SESSION['lienLogo'], ) - ) + ); ?> From a639ea3fef43678c7b305c8fc4cfc7a8cbed65f7 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Thu, 25 Dec 2025 18:54:57 +0000 Subject: [PATCH 05/16] a --- Vue/gabarit.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Vue/gabarit.php b/Vue/gabarit.php index b289571..8cd5fc3 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -297,6 +297,7 @@
$_SESSION['lienLogo'], ) ); + */ ?>
From 16fb6ba1de45dab18c685c344999b16f8db4fa0b Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 29 Dec 2025 20:06:32 +0000 Subject: [PATCH 06/16] a --- Vue/Accueilassure/index.php | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/Vue/Accueilassure/index.php b/Vue/Accueilassure/index.php index 35da684..8a43d88 100755 --- a/Vue/Accueilassure/index.php +++ b/Vue/Accueilassure/index.php @@ -163,17 +163,20 @@ - + + envoismswhatsappactif => - + + +
From d4a90324c3755c278897bf167bc9ccaa67cbc5d8 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 29 Dec 2025 20:31:31 +0000 Subject: [PATCH 07/16] a --- Controleur/ControleurConnexion.php | 2 ++ Vue/gabarit.php | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Controleur/ControleurConnexion.php b/Controleur/ControleurConnexion.php index 66bafc1..23d6684 100755 --- a/Controleur/ControleurConnexion.php +++ b/Controleur/ControleurConnexion.php @@ -666,6 +666,8 @@ require_once 'Modele/Societeusercentral.php'; $dossierLogo=dirname($_SESSION['lienPhotoFace'])."/Logos/logo_societe.png"; $this->requete->getSession()->setAttribut("dossierLogo", $dossierLogo); + $this->requete->getSession()->setAttribut("dossierAssure", $utilisateur['dossierAssure']); + $this->requete->getSession()->setAttribut("envoismswhatsappactif", $utilisateur['envoismswhatsappactif']); $_SESSION['idLogapiface'] = "0"; diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 8cd5fc3..5162a75 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -297,15 +297,17 @@
$_SESSION['lienLogo'], + 'dossierAssure' => $_SESSION['dossierAssure'], + 'envoismswhatsappactif' => $_SESSION['envoismswhatsappactif'], + + ) ); - */ ?>
From 82f5f07fd857dcfd1b6e67dafba081fadb4cc544 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 29 Dec 2025 20:42:12 +0000 Subject: [PATCH 08/16] a --- Vue/Accueilassure/index.php | 1 - Vue/gabarit.php | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Vue/Accueilassure/index.php b/Vue/Accueilassure/index.php index 8a43d88..926e912 100755 --- a/Vue/Accueilassure/index.php +++ b/Vue/Accueilassure/index.php @@ -164,7 +164,6 @@
- envoismswhatsappactif =>