tilde.club/html/public/fruitvote/stats.php

8 lines
91 B
PHP
Raw Normal View History

2024-03-10 18:45:26 -04:00
<?php
require_once("GoPage.php");
$page = new GoPage("/stats");
echo $page->render();
?>