Joey testing #204

Merged
11057122 merged 2 commits from joey-testing into master 2017-02-03 10:54:48 +01:00
Showing only changes of commit 8d70804155 - Show all commits

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();
}