• when uploading to a directory on windows, a thumbs.db file is created, which is later added to the gallery.

    Correction option – situations

    includes/class_render.php on line 358

    
    + $skipTypes = ['index.php','Thumbs.db'];
    while ($image=readdir($handle)) {
    * if (in_array($image,$skipTypes)) continue; // skip these
    
    • This topic was modified 2 years, 4 months ago by bpegirk.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Ignore Thumbs.db’ is closed to new replies.