From 127b31f9d2ee19d26fb4a24a062c1bd1a0a23586 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 5 Sep 2005 19:20:58 +0000 Subject: [PATCH] Dans .cvsignore, c'est conf.php qu'il faut exclure et non conf.class.php --- htdocs/conf/.cvsignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/conf/.cvsignore b/htdocs/conf/.cvsignore index 1e4af117cc0..ef752b0b0e1 100644 --- a/htdocs/conf/.cvsignore +++ b/htdocs/conf/.cvsignore @@ -1 +1 @@ -conf.class.php \ No newline at end of file +conf.php \ No newline at end of file