aboutsummaryrefslogtreecommitdiff
path: root/controllers/test.php
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2025-01-26 14:03:19 +0200
committerSyndamia <kamen@syndamia.com>2025-01-26 14:03:19 +0200
commitc36f74386bcbb19c13915fe3796cb757aa7d1845 (patch)
treed95b07a02326408c2a744a8772e5b14e0985dcdb /controllers/test.php
parent637b86f1a221f09d1cdfb35030b7ab056add422d (diff)
downloadnowayforward_human-c36f74386bcbb19c13915fe3796cb757aa7d1845.tar
nowayforward_human-c36f74386bcbb19c13915fe3796cb757aa7d1845.tar.gz
nowayforward_human-c36f74386bcbb19c13915fe3796cb757aa7d1845.zip
feat(controllers): Remove unused test controllers
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");
-}