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

12 lines
193 B
PHP
Raw Normal View History

2021-12-03 15:22:50 +01:00
<?php
// File e cartelle deprecate
$files = [
'modules/gestione_componenti',
];
foreach ($files as $key => $value) {
$files[$key] = realpath(base_dir().'/'.$value);
}
delete($files);