Merge branch 'master' into lars

This commit is contained in:
Lars van Hijfte
2017-01-26 21:57:13 +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);
}