tilde.club/html/public/fruitvote/stats.php
Lizzy Hunt def61909c2
All checks were successful
continuous-integration/drone/push Build is passing
fruitvote
2024-03-10 16:45:26 -06:00

8 lines
91 B
PHP

<?php
require_once("GoPage.php");
$page = new GoPage("/stats");
echo $page->render();
?>