This commit is contained in:
Luca 2022-03-25 16:28:36 +01:00
commit 69927448b9
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);