diff --git a/files/impianti/componente.ini b/files/impianti/componente.ini deleted file mode 100755 index 666004e58..000000000 --- a/files/impianti/componente.ini +++ /dev/null @@ -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 = diff --git a/update/2_4_47.php b/update/2_4_47.php new file mode 100644 index 000000000..53059f135 --- /dev/null +++ b/update/2_4_47.php @@ -0,0 +1,14 @@ + $value) { + $files[$key] = realpath(base_dir().'/'.$value); + +} + +delete($files); +?> \ No newline at end of file