aboutsummaryrefslogtreecommitdiff
path: root/controllers/test.php
diff options
context:
space:
mode:
Diffstat (limited to 'controllers/test.php')
-rw-r--r--controllers/test.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/controllers/test.php b/controllers/test.php
deleted file mode 100644
index 8e79fae..0000000
--- a/controllers/test.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-
-function on_post() {
- echo "Id: " . Database\User::create($_POST["Username"], "", "User");
-}