diff --git a/htdocs/admin/facture.php b/htdocs/admin/facture.php index efa504669cf..7466c8a0141 100644 --- a/htdocs/admin/facture.php +++ b/htdocs/admin/facture.php @@ -69,7 +69,7 @@ $handle=opendir($dir); while (($file = readdir($handle))!==false) { - if (is_dir($dir.$file) && substr($file, 0, 1) <> '.') + if (is_dir($dir.$file) && substr($file, 0, 1) <> '.' && substr($file, 0, 3) <> 'CVS') { print ''; echo "$file";