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