noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 157/219: Fix issue with open_basedir, sometim


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 157/219: Fix issue with open_basedir, sometime set in the server config
Date: Mon, 18 Dec 2017 13:22:56 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit dac2a40e03fc653e3ff5ce079017363548e0d7d8
Author: Dany De Bontridder <address@hidden>
Date:   Wed Nov 22 10:36:18 2017 +0100

    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 7a74453..10e27bb 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]