From dac2a40e03fc653e3ff5ce079017363548e0d7d8 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Wed, 22 Nov 2017 10:36:18 +0100 Subject: [PATCH] Fix issue with open_basedir, sometime set in the server config --- include/config.inc.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/config.inc.example b/include/config.inc.example index 7a74453dd..10e27bb0a 100644 --- a/include/config.inc.example +++ b/include/config.inc.example @@ -59,5 +59,7 @@ define ("dbname",""); // define ('OFFICE','/usr/bin/unoconv'); // define ('GENERATE_PDF','YES'); - +// If you want to use open_basedir or if you are limited by it 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"); \ No newline at end of file