Merge branch 'master' into joey-testing

This commit is contained in:
Joey Lai
2017-02-03 10:48:14 +01:00
54 changed files with 944 additions and 239 deletions

View File

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