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