1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-11 16:06:20 +01:00
openstamanager/update/2_4_6.php
Thomas Zilio 449a75ef28 Fix #448
2019-01-28 10:21:03 +01:00

13 lines
193 B
PHP

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