correction : simplification de l'écriture et ordre alphabétique ligne 740

This commit is contained in:
LC 2022-11-15 20:44:54 +01:00
parent 541fdce521
commit 7af79c0522
1 changed files with 1 additions and 1 deletions

View File

@ -737,7 +737,7 @@ class galleriesHelper extends helper {
* @return array
*/
public static function scanDir($dir) {
$exclu = array ("agenda","theme", "fonts", "icones", "backup");
$exclu = ["agenda", "backup", "fonts", "icones", "modules", "theme", "video"];
$dirContent = [];
$iterator = new DirectoryIterator($dir);
foreach($iterator as $fileInfos) {