Use relative wkhtmltopdf path
This commit is contained in:
parent
8eace7a3a8
commit
251a68c027
@ -53,7 +53,7 @@ $pg_dumpPath = '/usr/bin/pg_dump';
|
|||||||
* @example /usr/local/bin/wkhtmltopdf
|
* @example /usr/local/bin/wkhtmltopdf
|
||||||
* @example C:/Progra~1/wkhtmltopdf/bin/wkhtmltopdf.exe
|
* @example C:/Progra~1/wkhtmltopdf/bin/wkhtmltopdf.exe
|
||||||
*/
|
*/
|
||||||
$wkhtmltopdfPath = '/usr/bin/wkhtmltopdf';
|
$wkhtmltopdfPath = 'wkhtmltopdf';
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user