From 518f78a9570d81328507942b2418d3f471dfed12 Mon Sep 17 00:00:00 2001 From: MatteoPistorello Date: Mon, 28 Mar 2022 16:31:01 +0200 Subject: [PATCH] Rimozione file plugin --- update/2_4_33.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/update/2_4_33.php b/update/2_4_33.php index 884e9112c..7b8b0aa58 100644 --- a/update/2_4_33.php +++ b/update/2_4_33.php @@ -1,5 +1,17 @@ $value) { + $files[$key] = realpath(base_dir().'/'.$value); +} + +delete($files); + + $fascie_orarie = $database->fetchArray('SELECT * FROM in_fasceorarie'); $tipi_intervento = $database->fetchArray('SELECT * FROM in_tipiintervento');