1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-11 16:06:20 +01:00
openstamanager/update/2_4_31.php
2022-03-11 09:11:14 +01:00

13 lines
258 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);