forked from verdnatura/hedera-web
8 lines
148 B
PHP
8 lines
148 B
PHP
|
<!DOCTYPE html>
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<head></head>
|
||
|
<body>
|
||
|
<?php include "reports/$reportName/ui.php" ?>
|
||
|
</body>
|
||
|
</html>
|