replace tempname with sys_get_temp_dir

This commit is contained in:
Dany De Bontridder 2018-12-01 17:57:15 +01:00
parent 2334329097
commit d85d6f8c77
2 changed files with 6 additions and 5 deletions

View file

@ -271,7 +271,7 @@ if ( ! file_exists($ps2pdf) )
/**
* Outil pour manipuler les PDF
*/
$pdftk='/usr/bin/pdftk';
$pdftk='/snap/bin/pdftk';
if (file_exists($pdftk))
{
define ('PDFTK',$pdftk);