From 40e9c63bc2fa14ac7821f609e26de6e55c5b07fc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 7 Sep 2011 13:27:50 +0000 Subject: [PATCH] Fix: definition of DOL_DOCUMENT_ROOT mus be done only into environment include files and never into class files. --- htdocs/conf/conf.php.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/conf/conf.php.example b/htdocs/conf/conf.php.example index 9d59caf0cc4..4b04789c404 100644 --- a/htdocs/conf/conf.php.example +++ b/htdocs/conf/conf.php.example @@ -254,13 +254,13 @@ $dolibarr_main_prod='0'; ############################## # Value to overwrite path to use shared libraries instead of embedded one -#$dolibarr_lib_ADODB_PATH='/usr/share/php/adodb'; +#$dolibarr_lib_ADODB_PATH=''; # Value to overwrite path to use shared libraries instead of embedded one #$dolibarr_lib_TCPDF_PATH=''; # Value to overwrite path to use shared libraries instead of embedded one #$dolibarr_lib_FPDFI_PATH=''; # Value to overwrite path to use shared libraries instead of embedded one -#$dolibarr_lib_NUSOAP_PATH='/usr/share/nusoap/'; +#$dolibarr_lib_NUSOAP_PATH=''; # Value to overwrite path to use shared libraries instead of embedded one #$dolibarr_lib_PHPEXCEL_PATH=''; # Value to overwrite path to use shared libraries instead of embedded one