tilde.club/html/public/fruitvote/stats/index.php
Elizabeth Hunt 60565ffeee
All checks were successful
continuous-integration/drone/push Build is passing
fruitvote stats page path fix
2024-03-10 17:08:59 -06:00

8 lines
117 B
PHP

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