1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-27 00:06:14 +01:00
openstamanager/update/2_4_47.php

13 lines
196 B
PHP
Raw Normal View History

2023-06-08 16:31:06 +02:00
<?php
// File e cartelle deprecate
$files = [
'files/impianti/componente.ini',
];
foreach ($files as $key => $value) {
$files[$key] = realpath(base_dir().'/'.$value);
}
delete($files);