il est de nouveau possible de supprimer les images dans l'album du carrousel

This commit is contained in:
Esenjin 2025-01-07 17:56:55 +01:00
parent c900a1b280
commit c004d6014b
2 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@ function isSecurePath($path) {
return $realPath && (
(strpos($realPath, $rootPath) === 0) ||
($carouselPath && $realPath === $carouselPath)
($carouselPath && strpos($realPath, $carouselPath) === 0)
);
}

View File

@ -1 +1 @@
1.0.8
1.0.9