. * --------------------------------------------------------------------- */ /** * @since 0.84 */ include ('../inc/includes.php'); Session::checkRight("reports", READ); Html::header(Report::getTypeName(Session::getPluralNumber()), $_SERVER['PHP_SELF'], "tools", "report"); if (!isset($_GET["id"])) { $_GET["id"] = 0; } Report::title(); State::showSummary($_SERVER['PHP_SELF']); Html::footer();