1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-26 07:44:02 +01:00
openstamanager/update/2_4_6.php
2020-02-14 17:02:16 +01:00

13 lines
193 B
PHP
Executable File

<?php
// File e cartelle deprecate
$files = [
'modules/contratti/modutil.php',
];
foreach ($files as $key => $value) {
$files[$key] = realpath(DOCROOT.'/'.$value);
}
delete($files);