mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-08 22:45:43 +01:00
7 lines
180 B
PHP
7 lines
180 B
PHP
<?php
|
|
|
|
if (file_exists(base_dir().'/files/my_impianti')) {
|
|
copyr(base_dir().'/files/my_impianti', base_dir().'/files/impianti');
|
|
delete(base_dir().'/files/my_impianti');
|
|
}
|