This website works better with JavaScript.
Home
Explore
Register
Sign In
miteruzo
/
goatoh_training_server
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Modified a bit of parameters
main
miteruzo
1 year ago
parent
2f2d0c3d85
commit
976f0c1cd1
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
create_user.php
+ 2
- 1
create_user.php
View File
@@ -7,5 +7,6 @@ require_once './modules/user.mod.php';
$user = new User;
$user -> name = $_GET['name'];
$user -> pass = $_GET['pass'];
$user -> insert ();
Write
Preview
Loading…
Cancel
Save