openstamanager/update/2_5_4.php

15 lines
244 B
PHP
Raw Normal View History

2024-08-19 14:18:53 +02:00
<?php
include_once __DIR__.'/core.php';
// File e cartelle deprecate
$files = [
'modules/interventi/src/API/v1/Articoli.php',
];
foreach ($files as $key => $value) {
$files[$key] = realpath(base_dir().'/'.$value);
}
2024-08-27 09:20:20 +02:00
delete($files);