New: Can overwrite path to pclzip

This commit is contained in:
Laurent Destailleur 2011-08-14 14:31:40 +00:00
parent da2f9428ac
commit d93ead96b3
2 changed files with 14 additions and 3 deletions

View File

@ -4,7 +4,7 @@
// This file must be present into htdocs/install directory
// during install process to be used.
//
// $Id: install.forced.php.install,v 1.9 2011/07/30 14:56:12 eldy Exp $
// $Id: install.forced.php.install,v 1.10 2011/08/14 14:31:59 eldy Exp $
//
$force_install_noedit=2;
@ -24,4 +24,7 @@ $force_install_databaserootpass='__SUPERUSERPASSWORD__';
$force_install_dolibarrlogin='admin';
$force_install_nophpinfo='1';
$force_install_lockinstall='444';
$force_install_libpath=array('ODTPHP_PATHTOPCLZIP'=>"/usr/share/php/libphp-pclzip");
?>

View File

@ -5,7 +5,7 @@
# This file is used by Dolibarr setup process to create true Dolibarr
# config file called "conf.php".
#
# $Id: conf.php.example,v 1.49 2011/07/30 11:12:52 eldy Exp $
# $Id: conf.php.example,v 1.50 2011/08/14 14:31:40 eldy Exp $
###################
@ -212,7 +212,7 @@ $dolibarr_main_force_https='0';
# dolibarr_nocsrfcheck
# This parameter can be used to disable CSRF protection.
# This might be required if you access Dolibarr behind a proxy that make
# URL rewriting to avoid false alarms.
# URL rewriting, to avoid false alarms.
# Default value: 0
# Possible values: 0 or 1
# Examples:
@ -249,4 +249,12 @@ $dolibarr_main_prod='0';
# Examples:
# $dolibarr_mailing_limit_sendbyweb='0';
##############################
# Path to external libraries #
##############################
# Value to overwrite some path to use shared libraries instead of embedded one
#$dolibarr_lib_ODTPHP_PATHTOPCLZIP="/usr/share/php/libphp-pclzip";
?>