Changeset 4637 for temp/trunk/data/lib
- Timestamp:
- 2006/09/12 15:35:28 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/lib/slib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r4608 r4637 2060 2060 2061 2061 //-- ¥Ñ¥¹¥ï¡¼¥É¤Î¹¹¿·¤¬¤¢¤ë¾ì¹ç¤Ï°Å¹æ²½¡£¡Ê¹¹¿·¤¬¤Ê¤¤¾ì¹ç¤ÏUPDATEʸ¤ò¹½À®¤·¤Ê¤¤¡Ë 2062 if ($array["password"] != DEFAULT_PASSWORD) $arrRegist["password"] = crypt($array["password"]);2062 if ($array["password"] != DEFAULT_PASSWORD) $arrRegist["password"] = sha1($array["password"] . ":" . AUTH_MAGIC); 2063 2063 $arrRegist["update_date"] = "NOW()"; 2064 2064
Note: See TracChangeset
for help on using the changeset viewer.
