Changeset 4637 for temp/trunk/html/entry


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

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/entry/index.php

    r4608 r4637  
    176176     
    177177    // ¥Ñ¥¹¥ï¡¼¥É¤Î°Å¹æ²½ 
    178     $arrRegist["password"] = crypt($arrRegist["password"]); 
     178    $arrRegist["password"] = sha1($arrRegist["password"] . ":" . AUTH_MAGIC); 
    179179     
    180180    $count = 1; 
Note: See TracChangeset for help on using the changeset viewer.