Merge branch 'joey-testing' of ssh://gitlab-fnwi.uva.nl:1337/11166932/WebDB into joey-testing

This commit is contained in:
Joey Lai
2017-02-03 10:52:35 +01:00

View File

@@ -35,7 +35,6 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
try {
$user = ($_POST["user"]);
validateLogin($_POST["user"], $_POST["psw"], $_POST["url"]);
} catch(loginException $e) {
$loginErr = $e->getMessage();
}