a
This commit is contained in:
parent
b4bf6ec825
commit
bebc910cef
|
|
@ -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);
|
||||
*/
|
||||
}
|
||||
// ==========================================
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user