oddluck-limnoria-plugins/php/reports.php

8 lines
158 B
PHP

<?php
require_once('includes/autoload.php');
$container->setTitle('Reports');
$container->setCurrentPage('reports.php');
$container->render('reports.php');