aboutsummaryrefslogtreecommitdiffstats
path: root/admin/create_listing_file.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/create_listing_file.php')
-rw-r--r--admin/create_listing_file.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/admin/create_listing_file.php b/admin/create_listing_file.php
index 33da67170..48108afc8 100644
--- a/admin/create_listing_file.php
+++ b/admin/create_listing_file.php
@@ -258,8 +258,10 @@ function get_dirs($basedir, $indent, $level)
{
if ($file != '.'
and $file != '..'
- and is_dir ($basedir.'/'.$file)
- and $file != 'thumbnail')
+ and $file != 'thumbnail'
+ and $file != 'high'
+ and $file != 'representative'
+ and is_dir ($basedir.'/'.$file))
{
array_push($fs_dirs, $file);
if (!preg_match('/^[a-zA-Z0-9-_.]+$/', $file))