From 45e2d8233c40e6c9f3240d1ee1c1e30b2521aee6 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 11 Mar 2003 15:37:30 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20d'un=20test=20pour=20exclure=20les=20r?= =?UTF-8?q?=E9pertoires=20CVS*?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/facture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";