1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-23 13:58:25 +01:00
openstamanager/plugins/exportPA/init.php
2018-09-24 18:10:16 +02:00

9 lines
200 B
PHP

<?php
try {
$fattura_pa = new Plugins\ExportPA\FatturaElettronica($id_record);
} catch (UnexpectedValueException $e) {
}
$upload_dir = DOCROOT.'/'.Uploads::getDirectory($id_module, $id_plugin);