1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-03-13 09:40:18 +01:00

feat: File e cartelle deprecate 2.7.1

This commit is contained in:
Luca 2025-02-25 12:21:30 +01:00 committed by valentina
parent df1b906508
commit f5c0cc7312

21
update/2_7_1.php Normal file
View File

@ -0,0 +1,21 @@
<?php
// File e cartelle deprecate
$files = [
'templates/bilancio/settings.php',
'templates/contratti/settings.php',
'templates/ddt/settings.php',
'templates/libro_giornale/settings.php',
'templates/magazzino_cespiti/settings.php',
'templates/magazzino_inventario/settings.php',
'templates/partitario_mastrino/settings.php',
'templates/preventivi/settings.php',
'templates/prima_nota/settings.php',
'templates/scadenzario/settings.php',
];
foreach ($files as $key => $value) {
$files[$key] = realpath(base_dir().'/'.$value);
}
delete($files);