From d95588823a7e2797fa3502ea145ca54689135a16 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 26 Feb 2003 13:17:45 +0000 Subject: only minor changes, some notes, played around with the code... nothing special. git-svn-id: file:///svn/phpbb/trunk@3543 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/auth/auth_db.php | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/includes/auth/auth_db.php') diff --git a/phpBB/includes/auth/auth_db.php b/phpBB/includes/auth/auth_db.php index 6fad9eb986..d91655ff04 100644 --- a/phpBB/includes/auth/auth_db.php +++ b/phpBB/includes/auth/auth_db.php @@ -16,7 +16,6 @@ function login_db(&$username, &$password) if ( $row = $db->sql_fetchrow($result) ) { $db->sql_freeresult($result); - if ( md5($password) == $row['user_password'] && $row['user_active'] ) { return $row; -- cgit v1.2.1