From b6fb2d75b48a2b85c684213d5a26f86c4a88ca60 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Mon, 18 Mar 2024 19:12:38 +0100 Subject: [PATCH] autobackup filter --- core/module/config/tool/autobackup.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/module/config/tool/autobackup.php b/core/module/config/tool/autobackup.php index 3876fed..e6bcfb6 100644 --- a/core/module/config/tool/autobackup.php +++ b/core/module/config/tool/autobackup.php @@ -27,7 +27,8 @@ if (isset($_GET['key'])) { // Tableau de correspondance entre les valeurs de "filter" et les répertoires à inclure $filterDirectories = [ 'file' => ['backup', 'tmp', 'file'], - 'data' => ['backup', 'tmp', 'data'] + 'data' => ['backup', 'tmp', 'data'], + 'i18n' => ['backup', 'tmp', 'i18n'], ]; // Vérification et traitement du paramètre "filter" en GET