1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-23 13:58:25 +01:00

Fix file update

This commit is contained in:
MatteoPistorello 2022-03-25 16:07:17 +01:00
parent a7f8e64009
commit 5e743363ff

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);