Update security page

This commit is contained in:
Laurent Destailleur 2023-03-21 01:50:14 +01:00
parent 72750c3b8d
commit 3821f5c27c

View File

@ -313,7 +313,7 @@ if (empty($dolibarr_main_restrict_os_commands)) {
} else { } else {
print $dolibarr_main_restrict_os_commands; print $dolibarr_main_restrict_os_commands;
} }
print ' <span class="opacitymedium">('.$langs->trans("RecommendedValueIs", 'mysqldump, mysql, pg_dump, pgrestore').')</span>'; print ' <span class="opacitymedium">('.$langs->trans("RecommendedValueIs", 'mysqldump, mysql, pg_dump, pgrestore, clamdscan').')</span>';
print '<br>'; print '<br>';
if (empty($conf->global->SECURITY_DISABLE_TEST_ON_OBFUSCATED_CONF)) { if (empty($conf->global->SECURITY_DISABLE_TEST_ON_OBFUSCATED_CONF)) {