From 9d217b8abb852b42bd5337fe2b9d184a4c8a5826 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Tue, 24 Mar 2026 15:32:48 +0000 Subject: [PATCH] df --- Controleur/ControleurGedadherent.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Controleur/ControleurGedadherent.php b/Controleur/ControleurGedadherent.php index 9037364..e39bb7c 100644 --- a/Controleur/ControleurGedadherent.php +++ b/Controleur/ControleurGedadherent.php @@ -142,6 +142,8 @@ class ControleurGedadherent extends Controleur { $d1 = $_SESSION['dUneSemaineAvant_C']; $d2 = date('Y-m-d'); + var_dump($d1, $d2, $nomOrigine, $codeNaturePiece); + die(); $geds = $this->ged->getgedadherent($d1, $d2, $nomOrigine, $codeNaturePiece); unset($_FILES['fichier_upload']);