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/admin/login.php

    r4608 r4637  
    3232    $password = $data_list[0]['password']; 
    3333    // ¥æ¡¼¥¶ÆþÎϥѥ¹¥ï¡¼¥É¤ÎȽÄê 
    34     $ret = crypt($_POST['password'], $password); 
     34    $ret = sha1($_POST['password'] . ":" . AUTH_MAGIC); 
    3535     
    3636    if ($ret == $password) { 
Note: See TracChangeset for help on using the changeset viewer.