deleting tmp files from pdfunite

This commit is contained in:
Frank Schubert
2024-07-10 17:47:18 +02:00
parent 96155c6c95
commit bf4b294ca6

View File

@@ -827,6 +827,8 @@ class InvoiceController extends mfBaseController {
}
//exit;
rename($tmp_file, $output_filepath);
unlink($tmp_file1);
unlink($tmp_file2);
//exit;