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