From 0b4ec5ab622bb1e2612d557583fb54deaf3f3357 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 4 Jan 2026 12:36:23 +0000 Subject: [PATCH] a --- Controleur/ControleurConnexion.php | 1 + Vue/gabarit.php | 6 +----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Controleur/ControleurConnexion.php b/Controleur/ControleurConnexion.php index 33cc27b..4356402 100644 --- a/Controleur/ControleurConnexion.php +++ b/Controleur/ControleurConnexion.php @@ -449,6 +449,7 @@ require_once 'Framework/Localisation.php'; $this->requete->getSession()->setAttribut("dossierGed", $_SESSION['lienProduction_C'].$_SESSION['dossierSociete'].'/Ged/'); $this->requete->getSession()->setAttribut("cheminGed", $_SESSION['dossierSociete'].'/Ged/'); + $this->requete->getSession()->setAttribut("cheminPhoto", $_SESSION['dossierPhoto_C'].$_SESSION['dossierSociete'].'/Photos/'); $this->requete->getSession()->setAttribut("devise_C", $utilisateur['devise']); $this->requete->getSession()->setAttribut("langSociete", $utilisateur['codeLangueSociete']); diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 29ed0b1..4ab3061 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -400,18 +400,14 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
$_SESSION['lienPhotoFace'], - "okId_face" => $_SESSION['okId_face'], - "fingerActif" => $_SESSION['fingerActif'], - "faceActif" => $_SESSION['faceActif'], + "cheminPhoto" => $_SESSION['cheminPhoto'], ) ); - */ ?>