xref: /plugin/bez/ctl/report.php (revision d21fa58c5f6fbe4e1f73e26ad6f0a1d55c988670)
1<?php
2include_once DOKU_PLUGIN."bez/models/report.php";
3include_once DOKU_PLUGIN."bez/models/entities.php";
4
5$repo = new Report();
6$ento = new Entities();
7
8$template['entities'] = $ento->get_list();
9
10$template['report'] = $repo->report();
11