Test d'utilisation de php5-clamavlib

This commit is contained in:
Regis Houssin 2007-10-21 18:58:09 +00:00
parent 0e0e82a3e3
commit ad6b540038

View File

@ -2263,6 +2263,7 @@ class Form
} }
print ' ('.$langs->trans("MaxSize").': '.$max.' '.$langs->trans("Kb").')'; print ' ('.$langs->trans("MaxSize").': '.$max.' '.$langs->trans("Kb").')';
if ($conf->global->MAIN_USE_AVSCAN) print cl_info();
print "</td></tr>"; print "</td></tr>";
print "</table>"; print "</table>";