Fix file update

This commit is contained in:
MatteoPistorello 2022-03-25 16:07:17 +01:00
parent a7f8e64009
commit 5e743363ff
1 changed files with 7 additions and 1 deletions

View File

@ -10,7 +10,13 @@ use Modules\Preventivi\Components\Articolo as ArticoloPreventivo;
use Modules\Preventivi\Components\Riga as RigaPreventivo;
// File e cartelle deprecate
$files = [];
$files = [
'modules/listini/src/',
'modules/listini/actions.php',
'modules/listini/add.php',
'modules/listini/edit.php',
'modules/listini/init.php',
];
foreach ($files as $key => $value) {
$files[$key] = realpath(base_dir().'/'.$value);