1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-08 14:36:05 +01:00
openstamanager/modules/import/init.php

10 lines
159 B
PHP
Raw Normal View History

2018-02-23 19:04:05 +01:00
<?php
include_once __DIR__.'/../../core.php';
$imports = Import::getImports();
if (!empty($id_record)) {
$records = Import::get($id_record)['files'];
}