1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-15 09:57:28 +01:00
openstamanager/update/2_4_47.php

14 lines
199 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);
?>