mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-02-23 21:33:48 +01:00
#15 finished
This commit is contained in:
@@ -440,7 +440,7 @@ class DB
|
||||
else {
|
||||
$password = hash('sha256', $pass);
|
||||
dbw_query($this->conn, "INSERT INTO Users (`email`,`pass`,`nick`) VALUES ('$email','$password','$nick')");
|
||||
return true;
|
||||
return 'CORRECT';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user