From 251a68c027f040ae6dc9ad90006a64354f2e6828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Jacquet?= Date: Thu, 20 Aug 2020 13:10:29 +0200 Subject: [PATCH] Use relative wkhtmltopdf path --- conf/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.inc.php b/conf/config.inc.php index 25140ee..a9d7e50 100644 --- a/conf/config.inc.php +++ b/conf/config.inc.php @@ -53,7 +53,7 @@ $pg_dumpPath = '/usr/bin/pg_dump'; * @example /usr/local/bin/wkhtmltopdf * @example C:/Progra~1/wkhtmltopdf/bin/wkhtmltopdf.exe */ -$wkhtmltopdfPath = '/usr/bin/wkhtmltopdf'; +$wkhtmltopdfPath = 'wkhtmltopdf'; /**