Ignore:
Timestamp:
Feb 26, 2004, 7:33:45 PM (20 years ago)
Author:
gweltas
Message:

New default template - User side

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/identification.php

    r369 r375  
    3939  $query.= " WHERE username = '".$_POST['username']."';";
    4040  $row = mysql_fetch_array( mysql_query( $query ) );
    41   if( $row['password'] == md5( $_POST['pass'] ) )
     41  if( $row['password'] == md5( $_POST['password'] ) )
    4242  {
    4343    $session_id = session_create( $_POST['username'] );
Note: See TracChangeset for help on using the changeset viewer.