diff options
Diffstat (limited to 'controllers/test.php')
| -rw-r--r-- | controllers/test.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/controllers/test.php b/controllers/test.php new file mode 100644 index 0000000..1b3b2c4 --- /dev/null +++ b/controllers/test.php @@ -0,0 +1,5 @@ +<?php + +function on_post() { + Database\User::create($_POST["Username"], "", "User"); +} |
