8 lines
91 B
PHP
8 lines
91 B
PHP
<?php
|
|
|
|
require_once("GoPage.php");
|
|
|
|
$page = new GoPage("/stats");
|
|
echo $page->render();
|
|
?>
|