Changeset 4637 for temp/trunk/data/class/SC_Customer.php
- Timestamp:
- 2006/09/12 15:35:28 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_Customer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_Customer.php
r4608 r4637 51 51 52 52 // ¥Ñ¥¹¥ï¡¼¥É¤¬¹ç¤Ã¤Æ¤¤¤ì¤Ð¸ÜµÒ¾ðÊó¤òcustomer_data¤Ë¥»¥Ã¥È¤·¤Ætrue¤òÊÖ¤¹ 53 if ( crypt($pass,$data['password']) == $data['password'] ){53 if ( sha1($pass . ":" . AUTH_MAGIC) == $data['password'] ){ 54 54 $this->customer_data = $data; 55 55 $this->startSession();
Note: See TracChangeset
for help on using the changeset viewer.
