diff --git a/module/gallery/gallery.php b/module/gallery/gallery.php index 00003f6..cace6ec 100644 --- a/module/gallery/gallery.php +++ b/module/gallery/gallery.php @@ -737,7 +737,7 @@ class galleriesHelper extends helper { * @return array */ public static function scanDir($dir) { - $exclu = array ("agenda","theme", "modules", "fonts", "icones", "backup"); + $exclu = array ("agenda", "backup", "fonts", "icones", "modules", "theme", "video"); $dirContent = []; $iterator = new DirectoryIterator($dir); foreach($iterator as $fileInfos) {