Ignore:
Timestamp:
2006/09/12 15:35:28 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_Customer.php

    r4608 r4637  
    5151         
    5252        // ¥Ñ¥¹¥ï¡¼¥É¤¬¹ç¤Ã¤Æ¤¤¤ì¤Ð¸ÜµÒ¾ðÊó¤òcustomer_data¤Ë¥»¥Ã¥È¤·¤Ætrue¤òÊÖ¤¹ 
    53         if ( crypt($pass,$data['password'] ) == $data['password'] ){ 
     53        if ( sha1($pass . ":" . AUTH_MAGIC) == $data['password'] ){ 
    5454            $this->customer_data = $data; 
    5555            $this->startSession(); 
Note: See TracChangeset for help on using the changeset viewer.