Fix for broken no authentication

This commit is contained in:
fiedorow
2005-06-25 13:20:30 +00:00
parent 3eb93697aa
commit b70ea3c680
+1 -1
View File
@@ -9,7 +9,7 @@ function auth_user_login ($username, $password) {
return ($user->password == md5($password));
}
return false;
return true;
}