5 lines
255 B
PHP
5 lines
255 B
PHP
<?php js::set('bugLang', $lang->bug);?>
|
|
<?php js::set('noticeLang', $lang->bug->noRequire);?>
|
|
<?php js::set('requiredFields', $config->bug->create->requiredFields);?>
|
|
<?php include $app->getModuleRoot() . 'transfer/view/showimport.html.php';?>
|