mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-23 22:03:18 +01:00
Rimozione file plugin
This commit is contained in:
parent
095ff478ad
commit
518f78a957
@ -1,5 +1,17 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
// File e cartelle deprecate
|
||||||
|
$files = [
|
||||||
|
'modules/anagrafiche/plugins/contratti_cliente.php',
|
||||||
|
];
|
||||||
|
|
||||||
|
foreach ($files as $key => $value) {
|
||||||
|
$files[$key] = realpath(base_dir().'/'.$value);
|
||||||
|
}
|
||||||
|
|
||||||
|
delete($files);
|
||||||
|
|
||||||
|
|
||||||
$fascie_orarie = $database->fetchArray('SELECT * FROM in_fasceorarie');
|
$fascie_orarie = $database->fetchArray('SELECT * FROM in_fasceorarie');
|
||||||
$tipi_intervento = $database->fetchArray('SELECT * FROM in_tipiintervento');
|
$tipi_intervento = $database->fetchArray('SELECT * FROM in_tipiintervento');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user