forked from verdnatura/hedera-web
10 lines
95 B
PHP
10 lines
95 B
PHP
|
<?php
|
||
|
|
||
|
require_once ('js/htk/main.php');
|
||
|
|
||
|
Vn\Hedera\Js::includeLib ('hedera'
|
||
|
,'report'
|
||
|
);
|
||
|
|
||
|
?>
|