Ensure that $auth is always set

This commit is contained in:
DL6ER
2017-01-08 10:18:20 +01:00
parent 29f3c2fa8b
commit 9db9eff3d8

View File

@@ -21,6 +21,7 @@
}
$wrongpassword = false;
$auth = false;
// Test if password is set
if(strlen($pwhash) > 0)