1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-08 22:45:43 +01:00
openstamanager/update/2_4_31.php
2023-08-04 14:54:28 +02:00

14 lines
259 B
PHP

<?php
// File e cartelle deprecate
$files = [
'modules/interventi/widgets/stampa_riepilogo.php',
'modules/partitario/dettagli_conto.php',
];
foreach ($files as $key => $value) {
$files[$key] = realpath(base_dir().'/'.$value);
}
delete($files);