Changeset 4637 for temp/trunk/html/admin/login.php
- Timestamp:
- 2006/09/12 15:35:28 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/login.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/login.php
r4608 r4637 32 32 $password = $data_list[0]['password']; 33 33 // ¥æ¡¼¥¶ÆþÎϥѥ¹¥ï¡¼¥É¤ÎȽÄê 34 $ret = crypt($_POST['password'], $password);34 $ret = sha1($_POST['password'] . ":" . AUTH_MAGIC); 35 35 36 36 if ($ret == $password) {
Note: See TracChangeset
for help on using the changeset viewer.
