il est de nouveau possible de supprimer les images dans l'album du carrousel
This commit is contained in:
parent
c900a1b280
commit
c004d6014b
@ -184,7 +184,7 @@ function isSecurePath($path) {
|
|||||||
|
|
||||||
return $realPath && (
|
return $realPath && (
|
||||||
(strpos($realPath, $rootPath) === 0) ||
|
(strpos($realPath, $rootPath) === 0) ||
|
||||||
($carouselPath && $realPath === $carouselPath)
|
($carouselPath && strpos($realPath, $carouselPath) === 0)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
1.0.8
|
1.0.9
|
Loading…
x
Reference in New Issue
Block a user