noalyss-commit
[Top][All Lists]
Advanced

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

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


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 158/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 b831ff56aa197eeaa29e2be52038aae79946df5e
Author: Dany De Bontridder <address@hidden>
Date:   Wed Nov 22 10:37:06 2017 +0100

    Fix issue with open_basedir, sometime set in the server config
---
 include/config.inc.example | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/config.inc.example b/include/config.inc.example
index 10e27bb..584dd21 100644
--- a/include/config.inc.example
+++ b/include/config.inc.example
@@ -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");
   
\ No newline at end of file



reply via email to

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