1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-13 08:56:08 +01:00
openstamanager/update/2_4_6.php

13 lines
196 B
PHP
Raw Normal View History

2019-01-28 10:21:03 +01:00
<?php
// File e cartelle deprecate
$files = [
'modules/contratti/modutil.php',
];
foreach ($files as $key => $value) {
$files[$key] = realpath(base_dir().'/'.$value);
2019-01-28 10:21:03 +01:00
}
delete($files);