This commit is contained in:
KANE LAZENI 2026-02-17 05:54:58 +00:00
parent b4bf6ec825
commit bebc910cef

View File

@ -156,9 +156,11 @@ if (file_exists($qrCodePath)) {
$qrSize = 10; // Taille du QR code (10mm)
$pdf->Image($qrCodePath, $qrX, $qrY, $qrSize, $qrSize);
/*
// Supprimer le fichier temporaire après utilisation
@unlink($qrCodePath);
*/
}
// ==========================================