Update config.inc.php

Added full path to /usr/bin/wkhtmltopdf
This commit is contained in:
Matthieu 2020-11-25 15:21:11 +01:00 committed by GitHub
parent d6696baa82
commit 89fe42554e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ $pg_dumpPath = '/usr/bin/pg_dump';
* @example /usr/local/bin/wkhtmltopdf
* @example C:/Progra~1/wkhtmltopdf/bin/wkhtmltopdf.exe
*/
$wkhtmltopdfPath = 'wkhtmltopdf';
$wkhtmltopdfPath = '/usr/bin/wkhtmltopdf';
/**