diff options
| author | Syndamia <kamen@syndamia.com> | 2025-01-26 14:03:19 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2025-01-26 14:03:19 +0200 |
| commit | c36f74386bcbb19c13915fe3796cb757aa7d1845 (patch) | |
| tree | d95b07a02326408c2a744a8772e5b14e0985dcdb /controllers/test.php | |
| parent | 637b86f1a221f09d1cdfb35030b7ab056add422d (diff) | |
| download | nowayforward_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.php | 5 |
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"); -} |
