Changeset 4637 for temp/trunk/html/entry
- Timestamp:
- 2006/09/12 15:35:28 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/entry/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/entry/index.php
r4608 r4637 176 176 177 177 // ¥Ñ¥¹¥ï¡¼¥É¤Î°Å¹æ²½ 178 $arrRegist["password"] = crypt($arrRegist["password"]);178 $arrRegist["password"] = sha1($arrRegist["password"] . ":" . AUTH_MAGIC); 179 179 180 180 $count = 1;
Note: See TracChangeset
for help on using the changeset viewer.
