Elizabeth Hunt
60565ffeee
All checks were successful
continuous-integration/drone/push Build is passing
8 lines
117 B
PHP
8 lines
117 B
PHP
<?php
|
|
|
|
require_once("../GoPage.php");
|
|
|
|
$page = new GoPage("/stats", "../../template.html");
|
|
echo $page->render();
|
|
?>
|