Ajout de toutes les infos du fichier config dans info systeme
This commit is contained in:
parent
7c19540367
commit
176309ca06
@ -109,6 +109,15 @@ $configfileparameters=array(
|
|||||||
'separator',
|
'separator',
|
||||||
'dolibarr_main_authentication',
|
'dolibarr_main_authentication',
|
||||||
'separator',
|
'separator',
|
||||||
|
'dolibarr_main_auth_ldap_login_attribute',
|
||||||
|
'dolibarr_main_auth_ldap_host',
|
||||||
|
'dolibarr_main_auth_ldap_port',
|
||||||
|
'dolibarr_main_auth_ldap_version',
|
||||||
|
'dolibarr_main_auth_ldap_dn',
|
||||||
|
'dolibarr_main_auth_ldap_admin_login',
|
||||||
|
'dolibarr_main_auth_ldap_admin_pass',
|
||||||
|
'dolibarr_main_auth_ldap_debug',
|
||||||
|
'separator',
|
||||||
'dolibarr_smarty_libs_dir',
|
'dolibarr_smarty_libs_dir',
|
||||||
'dolibarr_smarty_compile',
|
'dolibarr_smarty_compile',
|
||||||
'dolibarr_smarty_cache'
|
'dolibarr_smarty_cache'
|
||||||
@ -128,6 +137,15 @@ $configfilelib=array(
|
|||||||
'separator',
|
'separator',
|
||||||
$langs->trans("AuthenticationMode"),
|
$langs->trans("AuthenticationMode"),
|
||||||
'separator',
|
'separator',
|
||||||
|
'dolibarr_main_auth_ldap_login_attribute',
|
||||||
|
'dolibarr_main_auth_ldap_host',
|
||||||
|
'dolibarr_main_auth_ldap_port',
|
||||||
|
'dolibarr_main_auth_ldap_version',
|
||||||
|
'dolibarr_main_auth_ldap_dn',
|
||||||
|
'dolibarr_main_auth_ldap_admin_login',
|
||||||
|
'dolibarr_main_auth_ldap_admin_pass',
|
||||||
|
'dolibarr_main_auth_ldap_debug',
|
||||||
|
'separator',
|
||||||
$langs->trans("SmartyLibs"),
|
$langs->trans("SmartyLibs"),
|
||||||
$langs->trans("SmartyCompile"),
|
$langs->trans("SmartyCompile"),
|
||||||
$langs->trans("SmartyCache")
|
$langs->trans("SmartyCache")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user