summaryrefslogtreecommitdiff
path: root/html/public/fruitvote/health.php
diff options
context:
space:
mode:
authorLizzy Hunt <elizabeth.hunt@simponic.xyz>2024-03-10 16:45:26 -0600
committerLizzy Hunt <elizabeth.hunt@simponic.xyz>2024-03-10 16:45:26 -0600
commitdef61909c2423b19b063a5807cc399a41de39974 (patch)
tree0b035fbb1c29ac858b042092d183824f8bc1a5b5 /html/public/fruitvote/health.php
parent5a85dd89bc82d8fc133c0e9a58859ae9b98dbe0f (diff)
downloadtilde.club-def61909c2423b19b063a5807cc399a41de39974.tar.gz
tilde.club-def61909c2423b19b063a5807cc399a41de39974.zip
fruitvote
Diffstat (limited to 'html/public/fruitvote/health.php')
-rw-r--r--html/public/fruitvote/health.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/html/public/fruitvote/health.php b/html/public/fruitvote/health.php
new file mode 100644
index 0000000..8cea676
--- /dev/null
+++ b/html/public/fruitvote/health.php
@@ -0,0 +1,7 @@
+<?php
+
+require_once("GoPage.php");
+
+$page = new GoPage("/health");
+echo $page->render();
+?>