diff options
Diffstat (limited to 'controllers')
| -rw-r--r-- | controllers/test.php | 2 |
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"); } |
