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

View File

@ -157,8 +157,10 @@ if (file_exists($qrCodePath)) {
$pdf->Image($qrCodePath, $qrX, $qrY, $qrSize, $qrSize); $pdf->Image($qrCodePath, $qrX, $qrY, $qrSize, $qrSize);
/*
// Supprimer le fichier temporaire après utilisation // Supprimer le fichier temporaire après utilisation
@unlink($qrCodePath); @unlink($qrCodePath);
*/
} }
// ========================================== // ==========================================