1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-13 17:07:47 +01:00
openstamanager/update/2_4_41.php

13 lines
193 B
PHP
Raw Normal View History

2023-02-24 14:49:39 +01:00
<?php
// File e cartelle deprecate
$files = [
'include/common/barcode.php',
];
foreach ($files as $key => $value) {
$files[$key] = realpath(base_dir().'/'.$value);
}
delete($files);