Test d'utilisation de php5-clamavlib
This commit is contained in:
parent
55fd180cf4
commit
38a0dea67e
@ -188,11 +188,10 @@ print "<tr ".$bc[$var].">";
|
|||||||
print '<td colspan="3">'.$langs->trans("UseAvToScanUploadedFiles");
|
print '<td colspan="3">'.$langs->trans("UseAvToScanUploadedFiles");
|
||||||
if($conf->global->MAIN_USE_AVSCAN == 1)
|
if($conf->global->MAIN_USE_AVSCAN == 1)
|
||||||
{
|
{
|
||||||
print ' : ';
|
|
||||||
// Clamav
|
// Clamav
|
||||||
if (function_exists("cl_scanfile"))
|
if (function_exists("cl_scanfile"))
|
||||||
{
|
{
|
||||||
print cl_info();
|
print ' : '.cl_info();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user