From c004d6014b5d0489054ed45dc370e2da32004587 Mon Sep 17 00:00:00 2001 From: Esenjin Date: Tue, 7 Jan 2025 17:56:55 +0100 Subject: [PATCH] il est de nouveau possible de supprimer les images dans l'album du carrousel --- fonctions.php | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fonctions.php b/fonctions.php index 06ec5fd..6e412b2 100644 --- a/fonctions.php +++ b/fonctions.php @@ -184,7 +184,7 @@ function isSecurePath($path) { return $realPath && ( (strpos($realPath, $rootPath) === 0) || - ($carouselPath && $realPath === $carouselPath) + ($carouselPath && strpos($realPath, $carouselPath) === 0) ); } diff --git a/version.txt b/version.txt index 337a6a8..e5a4a5e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.8 \ No newline at end of file +1.0.9 \ No newline at end of file