Index: trunk/admin/editor/cmseditor/editor/filemanager/browser/default/connectors/php/commands.php =================================================================== diff -u -r1481 -r1488 --- trunk/admin/editor/cmseditor/editor/filemanager/browser/default/connectors/php/commands.php (.../commands.php) (revision 1481) +++ trunk/admin/editor/cmseditor/editor/filemanager/browser/default/connectors/php/commands.php (.../commands.php) (revision 1488) @@ -30,7 +30,7 @@ while ( $sFile = readdir( $oCurrentFolder ) ) { - if ( $sFile != '.' && $sFile != '..' && is_dir( $sServerDir . $sFile ) ) + if ( $sFile != '.' && $sFile != '..' && $sFile != 'CVS' && is_dir( $sServerDir . $sFile ) ) echo '' ; } @@ -166,7 +166,7 @@ while ( $sFile = readdir( $oCurrentFolder ) ) { - if ( $sFile != '.' && $sFile != '..' ) + if ( $sFile != '.' && $sFile != '..' && $sFile != 'CVS') { if ( is_dir( $sServerDir . $sFile ) ) $sFolders .= '' ;