mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
NEW possibility to define a completely inactive module (#29289)
This commit is contained in:
parent
ac63bd9b56
commit
2eefffd36f
|
|
@ -304,6 +304,15 @@ $dolibarr_main_prod='1';
|
|||
//
|
||||
$dolibarr_main_restrict_os_commands='mysqldump, mysql, pg_dump, pgrestore, mariadb, mariadb-dump';
|
||||
|
||||
// dolibarr_main_disabled_modules
|
||||
// ==================================
|
||||
// To restrict the activation and use of certain potentially security-sensitive modules.
|
||||
// Default value: array('dav')
|
||||
// Examples:
|
||||
// $dolibarr_main_disabled_modules = array('dav');
|
||||
//
|
||||
// $dolibarr_main_disabled_modules = array('dav');
|
||||
|
||||
// dolibarr_main_restrict_ip
|
||||
// =========================
|
||||
// To restrict access to backoffice to some ip addresses only. Use a comma to separate values.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user