summaryrefslogtreecommitdiff
path: root/html/public/fruitvote/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'html/public/fruitvote/index.php')
-rw-r--r--html/public/fruitvote/index.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/html/public/fruitvote/index.php b/html/public/fruitvote/index.php
new file mode 100644
index 0000000..1abfb0c
--- /dev/null
+++ b/html/public/fruitvote/index.php
@@ -0,0 +1,7 @@
+<?php
+
+require_once("GoPage.php");
+
+$page = new GoPage("/");
+echo $page->render();
+?>