1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-14 17:34:49 +01:00
openstamanager/modules/import/init.php
2018-02-23 19:04:05 +01:00

10 lines
159 B
PHP

<?php
include_once __DIR__.'/../../core.php';
$imports = Import::getImports();
if (!empty($id_record)) {
$records = Import::get($id_record)['files'];
}