From f5c0cc73124289ac98c5b116bf70ad603d639fbc Mon Sep 17 00:00:00 2001 From: Luca Date: Tue, 25 Feb 2025 12:21:30 +0100 Subject: [PATCH] feat: File e cartelle deprecate 2.7.1 --- update/2_7_1.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 update/2_7_1.php diff --git a/update/2_7_1.php b/update/2_7_1.php new file mode 100644 index 000000000..b1f8ed38b --- /dev/null +++ b/update/2_7_1.php @@ -0,0 +1,21 @@ + $value) { + $files[$key] = realpath(base_dir().'/'.$value); +} + +delete($files);