PDA

View Full Version : Logouthash


shiznatix
07-18-2008, 12:45 PM
Hello,

I am trying to figure out how the logout hash is created. I just upgraded to 3.7 and the way it is done is slightly different and I can't find where it is set. In 3.6, this line of code did the trick just great:
md5($userid.$userSalt.COOKIE_SALT)

but now it is quite different. Does anyone know how this is created or maybe in what file it is created in?

Thanks.

Dismounted
07-19-2008, 04:22 AM
/includes/functions.php - line 1370 (vBulletin 3.7.2 PL1)