summaryrefslogtreecommitdiff
path: root/html/public/fruitvote/stats/index.php
blob: 691ba951d95b72aac63069861cfd185aa120a8d6 (plain)
1
2
3
4
5
6
7
<?php

require_once("../GoPage.php");

$page = new GoPage("/stats", "../../template.html");
echo $page->render();
?>