Fix issue with open_basedir, sometime set in the server config

This commit is contained in:
Dany De Bontridder 2017-11-22 10:37:06 +01:00
parent dac2a40e03
commit b831ff56aa

View file

@ -59,7 +59,8 @@ 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
// If you want to use open_basedir or if you are limited by the server's config
// 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");