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