From 14fd6779f320c2873f9deab00a9b77f2a657bc98 Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Sat, 27 Mar 2021 09:00:42 +0000 Subject: [PATCH] Revert "temporary files never deleted (#263)" This reverts commit 7edddd21167870f65ff3f8eba772dfc165de461f. --- tcpdf.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tcpdf.php b/tcpdf.php index c0a1ece..cbc380a 100644 --- a/tcpdf.php +++ b/tcpdf.php @@ -7365,9 +7365,6 @@ class TCPDF { $imgmask = $this->Image($tempfile_alpha, $x, $y, $w, $h, 'PNG', '', '', $resize, $dpi, '', true, false); // embed image, masked with previously embedded mask $this->Image($tempfile_plain, $x, $y, $w, $h, $type, $link, $align, $resize, $dpi, $palign, false, $imgmask); - // remove temp files - unlink($tempfile_alpha); - unlink($tempfile_plain); } /**