Fix for broken no authentication

This commit is contained in:
fiedorow 2005-06-25 13:22:13 +00:00
parent 1007a3f1a3
commit 6228b0320a

View File

@ -9,7 +9,7 @@ function auth_user_login ($username, $password) {
return ($user->password == md5($password));
}
return false;
return true;
}