diff --git a/tcpdf.php b/tcpdf.php index dae6913..db296cc 100644 --- a/tcpdf.php +++ b/tcpdf.php @@ -7798,7 +7798,7 @@ class TCPDF { } if (isset($this->imagekeys)) { foreach($this->imagekeys as $file) { - if(substr($file, 0 , 5) === '/tmp/' && is_file($file)) unlink($file); + if(substr($file, 0 , strlen(K_PATH_CACHE)) === K_PATH_CACHE && is_file($file)) unlink($file); } } }