From 38a0dea67e3e4246d6251ec80f929dc4d3dc951f Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sun, 21 Oct 2007 20:43:22 +0000 Subject: [PATCH] Test d'utilisation de php5-clamavlib --- htdocs/admin/security_other.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/admin/security_other.php b/htdocs/admin/security_other.php index b949790ab22..02eca44faf8 100644 --- a/htdocs/admin/security_other.php +++ b/htdocs/admin/security_other.php @@ -188,11 +188,10 @@ print ""; print ''.$langs->trans("UseAvToScanUploadedFiles"); if($conf->global->MAIN_USE_AVSCAN == 1) { - print ' : '; // Clamav if (function_exists("cl_scanfile")) { - print cl_info(); + print ' : '.cl_info(); } } print '';