From 311c04b8c7e5afd024132f80a00d1ca122ff8672 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 17 Feb 2026 18:56:10 +0000 Subject: [PATCH] a --- Societes/ebene/Tarifs/Controleur/Editioncarteassure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php index bdc5b9d6..fe88de38 100755 --- a/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php +++ b/Societes/ebene/Tarifs/Controleur/Editioncarteassure.php @@ -167,7 +167,7 @@ if ($headers) { 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); } else { // Cadre pour la photo si non disponible $pdf->Rect($photoX, $photoY, 25, 25);