From e70ab9a914e510c188df56763b8cf2a3ffea81cf Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 17 Feb 2026 18:09:41 +0000 Subject: [PATCH] a --- Societes/ebene/Tarifs/Controleur/Editioncarteassure.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php index 6e9ab646..813cc202 100755 --- a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php +++ b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php @@ -164,7 +164,8 @@ if ($faceRegistered=="1" && !empty($assure['lienPhoto']) && $headers && strpos($ file_put_contents($temp, $data); // $pdf->Image($photoPath, $photoX, $photoY, 25, 25); $pdf->Image($temp, $photoX, $photoY, 25, 25); // Réduction de 30x30 à 25x25 - unlink($temp); + // unlink($temp); + var_dump($temp); } else { // Cadre pour la photo si non disponible $pdf->Rect($photoX, $photoY, 25, 25);