summaryrefslogtreecommitdiff
path: root/html/public/fruitvote/stats/index.php
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-10 17:08:59 -0600
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-10 17:08:59 -0600
commit60565ffeee573d426bf3bffe18c4852f7b798e2d (patch)
treeffb57618c43d965b2842142d5a62616147bc4257 /html/public/fruitvote/stats/index.php
parentd4830b93c9a1930c937f9a6f813185c95d01917a (diff)
downloadtilde.club-60565ffeee573d426bf3bffe18c4852f7b798e2d.tar.gz
tilde.club-60565ffeee573d426bf3bffe18c4852f7b798e2d.zip
fruitvote stats page path fix
Diffstat (limited to 'html/public/fruitvote/stats/index.php')
-rw-r--r--html/public/fruitvote/stats/index.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/html/public/fruitvote/stats/index.php b/html/public/fruitvote/stats/index.php
new file mode 100644
index 0000000..691ba95
--- /dev/null
+++ b/html/public/fruitvote/stats/index.php
@@ -0,0 +1,7 @@
+<?php
+
+require_once("../GoPage.php");
+
+$page = new GoPage("/stats", "../../template.html");
+echo $page->render();
+?>