Improve : depending if pdftk is a snap or not ,
his path must be a setting
This commit is contained in:
parent
f0392c5c60
commit
20c489450e
3 changed files with 10 additions and 3 deletions
|
|
@ -63,4 +63,8 @@ define ("dbname","");
|
|||
// you can uncomment this
|
||||
// after replace NOALYSS_HOME by the path of the local installation of Noalyss
|
||||
// ini_alter("open_basedir", "/usr/bin:/tmp/:NOALYSS_HOME");
|
||||
|
||||
|
||||
// In recent distribution linux, pdftk is a snap, you should set the path
|
||||
// for exporting document in PDF
|
||||
// $pdftk = /usr/bin/pdftk
|
||||
// $pdftk = /snap/bin/pdftk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue