1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-08 22:45:43 +01:00
openstamanager/update/2_4_4.php

13 lines
181 B
PHP
Raw Normal View History

2018-12-12 18:47:54 +01:00
<?php
// File e cartelle deprecate
$files = [
'modules/backup',
];
foreach ($files as $key => $value) {
$files[$key] = realpath(base_dir().'/'.$value);
2018-12-12 18:47:54 +01:00
}
delete($files);