openstamanager/update/2_4_31.php

14 lines
259 B
PHP
Raw Permalink Normal View History

<?php
// File e cartelle deprecate
$files = [
'modules/interventi/widgets/stampa_riepilogo.php',
2022-03-11 09:11:14 +01:00
'modules/partitario/dettagli_conto.php',
];
foreach ($files as $key => $value) {
$files[$key] = realpath(base_dir().'/'.$value);
}
2023-08-04 14:54:28 +02:00
delete($files);