diff --git a/php/modules/Import.php b/php/modules/Import.php index 5825f98..3dfa3c1 100644 --- a/php/modules/Import.php +++ b/php/modules/Import.php @@ -82,8 +82,8 @@ class Import extends Module { foreach ($files as $file) { - # Prevent index.html from being moved - if (basename($file)==='index.html') continue; + # Prevent unsupported files from being moved + if (is_dir($file)===false&&@exif_imagetype($file)===false) continue; $out = ''; $ret = '';