View Single Post
  #6  
Old 08-29-2007, 02:25 AM
snowchyld snowchyld is offline
New Member
 
Join Date: Aug 2007
Posts: 1
Its 6.2-RELEASE

Looking at login.php (ws/CLIENT.php)

$salt = substr($pass,0,2); (is this correct ?)
A salt of '$2' (blowfish) would mean.. something is wrong ?
(function authenticate)
Reply With Quote