Ajout d'un test pour exclure les rpertoires CVS*
This commit is contained in:
parent
5caafa5bca
commit
45e2d8233c
@ -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 '<tr><td>';
|
||||
echo "$file";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user