Rimozione file deprecato
This commit is contained in:
parent
f709daf2c8
commit
6843ce2ced
|
@ -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 =
|
|
@ -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);
|
||||
?>
|
Loading…
Reference in New Issue