<?php

require_once 'header.php';
require_once 'includes/statistics/table_summary_1.class.php';
$table = new TableSummary1("");
$table->drawTableHeader();
$table->drawTableEntry();
$table->drawTableFooter();