replace tempname with sys_get_temp_dir
This commit is contained in:
parent
2334329097
commit
d85d6f8c77
2 changed files with 6 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue