Rimozione file deprecato

This commit is contained in:
Pek5892 2023-06-08 16:31:06 +02:00
parent f709daf2c8
commit 6843ce2ced
2 changed files with 14 additions and 20 deletions

View File

@ -1,20 +0,0 @@
[Nome]
tipo = span
valore = "Componente di esempio"
[Marca]
tipo = input
valore =
[Tipo]
tipo = select
valore =
opzioni = "Tipo 1", "Tipo 2"
[Data di installazione]
tipo = date
valore =
[Note]
tipo = textarea
valore =

14
update/2_4_47.php Normal file
View File

@ -0,0 +1,14 @@
<?php
// File e cartelle deprecate
$files = [
'files/impianti/componente.ini',
];
foreach ($files as $key => $value) {
$files[$key] = realpath(base_dir().'/'.$value);
}
delete($files);
?>