From 9e993f2d21e9cf7bd44a7c676af567be550dca90 Mon Sep 17 00:00:00 2001 From: gweltas Date: Thu, 26 Feb 2004 18:33:45 +0000 Subject: New default template - User side git-svn-id: http://piwigo.org/svn/trunk@375 68402e56-0260-453c-a942-63ccdbb3a9ee --- identification.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'identification.php') diff --git a/identification.php b/identification.php index 9c3abd6aa..ac2477d27 100644 --- a/identification.php +++ b/identification.php @@ -38,7 +38,7 @@ if ( isset( $_POST['login'] ) ) $query.= ' FROM '.USERS_TABLE; $query.= " WHERE username = '".$_POST['username']."';"; $row = mysql_fetch_array( mysql_query( $query ) ); - if( $row['password'] == md5( $_POST['pass'] ) ) + if( $row['password'] == md5( $_POST['password'] ) ) { $session_id = session_create( $_POST['username'] ); $url = 'category.php?id='.$session_id; -- cgit v1.2.3