New: Show param to overwite lib path
This commit is contained in:
parent
8dabfe5e90
commit
96dc78ed52
@ -73,15 +73,8 @@ $configfileparameters=array(
|
|||||||
'?dolibarr_main_auth_ldap_debug',
|
'?dolibarr_main_auth_ldap_debug',
|
||||||
'separator',
|
'separator',
|
||||||
'?dolibarr_lib_ADODB_PATH',
|
'?dolibarr_lib_ADODB_PATH',
|
||||||
'?dolibarr_lib_TCPDF_PATH',
|
'?dolibarr_lib_ODTPHP_PATH',
|
||||||
'?dolibarr_lib_FPDFI_PATH',
|
'?dolibarr_lib_ODTPHP_PATHTOPCLZIP'
|
||||||
'?dolibarr_lib_NUSOAP_PATH',
|
|
||||||
'?dolibarr_lib_PHPEXCEL_PATH',
|
|
||||||
'?dolibarr_lib_GEOIP_PATH',
|
|
||||||
'?dolibarr_lib_ODTPHP_PATH',
|
|
||||||
'?dolibarr_lib_ODTPHP_PATHTOPCLZIP',
|
|
||||||
'?dolibarr_font_DOL_DEFAULT_TTF',
|
|
||||||
'?dolibarr_font_DOL_DEFAULT_TTF_BOLD'
|
|
||||||
);
|
);
|
||||||
$configfilelib=array(
|
$configfilelib=array(
|
||||||
// 'separator',
|
// 'separator',
|
||||||
@ -111,16 +104,9 @@ $configfilelib=array(
|
|||||||
'dolibarr_main_auth_ldap_admin_pass',
|
'dolibarr_main_auth_ldap_admin_pass',
|
||||||
'dolibarr_main_auth_ldap_debug',
|
'dolibarr_main_auth_ldap_debug',
|
||||||
'separator',
|
'separator',
|
||||||
'dolibarr_lib_ADODB_PATH',
|
'dolibarr_lib_ADODB_PATH',
|
||||||
'dolibarr_lib_TCPDF_PATH',
|
|
||||||
'dolibarr_lib_FPDFI_PATH',
|
|
||||||
'dolibarr_lib_NUSOAP_PATH',
|
|
||||||
'dolibarr_lib_PHPEXCEL_PATH',
|
|
||||||
'dolibarr_lib_GEOIP_PATH',
|
|
||||||
'dolibarr_lib_ODTPHP_PATH',
|
'dolibarr_lib_ODTPHP_PATH',
|
||||||
'dolibarr_lib_ODTPHP_PATHTOPCLZIP',
|
'dolibarr_lib_ODTPHP_PATHTOPCLZIP'
|
||||||
'dolibarr_font_DOL_DEFAULT_TTF',
|
|
||||||
'dolibarr_font_DOL_DEFAULT_TTF_BOLD'
|
|
||||||
);
|
);
|
||||||
$var=true;
|
$var=true;
|
||||||
print '<table class="noborder" width="100%">';
|
print '<table class="noborder" width="100%">';
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2005-2010 Laurent Destailleur <eldy@users.sourceforge.org>
|
* Copyright (C) 2005-2010 Laurent Destailleur <eldy@users.sourceforge.org>
|
||||||
* Copyright (C) 2011 Juanjo Menent <jmenent@2byte.es>
|
* Copyright (C) 2011 Juanjo Menent <jmenent@2byte.es>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
@ -92,7 +92,7 @@ print "</center>";
|
|||||||
|
|
||||||
print '</form>';
|
print '</form>';
|
||||||
|
|
||||||
dol_htmloutput_mesg($mesg);
|
if ($mesg) print '<br>'.$mesg;
|
||||||
|
|
||||||
print '<br><br>';
|
print '<br><br>';
|
||||||
|
|
||||||
@ -140,6 +140,7 @@ if ($conf->fournisseur->enabled)
|
|||||||
}
|
}
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
|
||||||
|
dol_htmloutput_mesg($mesg);
|
||||||
|
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user