Merge branch 'joey-testing' into 'master'

Modal for register

See merge request !134
This commit was merged in pull request #138.
This commit is contained in:
Lars van Hijfte
2017-01-26 16:18:35 +01:00
4 changed files with 317 additions and 15 deletions

View File

@@ -13,6 +13,7 @@ function getUser() {
`email` LIKE :username
");
$stmt->bindParam(":username", test_input($_POST["user"]));
$stmt->execute();
return $stmt->fetch(PDO::FETCH_ASSOC);
}