diff options
Diffstat (limited to 'admin/include/functions.php')
-rw-r--r-- | admin/include/functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/include/functions.php b/admin/include/functions.php index 56c1bf761..4d7f4148e 100644 --- a/admin/include/functions.php +++ b/admin/include/functions.php @@ -555,6 +555,7 @@ function get_fs_directories($path, $recursive = true) if (is_dir($path.'/'.$node) and $node != '.' and $node != '..' + and $node != '.svn' and $node != 'thumbnail' and $node != 'pwg_high' and $node != 'pwg_representative') |