fixed login

This commit is contained in:
Joey Lai
2017-02-03 11:12:30 +01:00
parent 8d70804155
commit ba6f86e70e

View File

@@ -35,7 +35,6 @@ function getUserID() {
}
function validateLogin($username, $password, $url){
echo $url;
// Empty username or password field
if (empty($username) || empty($password)) {
throw new loginException("Inloggegevens zijn niet ingevuld");