summaryrefslogtreecommitdiff
path: root/html/public/fruitvote/health.php
blob: 8cea67604d4516787aae0665a6bbb9a049ade65a (plain)
1
2
3
4
5
6
7
<?php

require_once("GoPage.php");

$page = new GoPage("/health");
echo $page->render();
?>