openstamanager/update/2_4_14.php

16 lines
378 B
PHP
Raw Normal View History

2020-03-14 14:32:47 +01:00
<?php
// File e cartelle deprecate
$files = [
'templates\fatturato\pdfgen.fatturato.php',
'templates\fatturato\fatturato_body.html',
'templates\fatturato\fatturato.html',
2020-03-14 14:59:27 +01:00
'modules\interventi\widgets\interventi.pianificazionedashboard.interventi.php',
2020-03-14 14:32:47 +01:00
];
foreach ($files as $key => $value) {
$files[$key] = realpath(DOCROOT.'\\'.$value);
}
delete($files);