
08-28-2004, 08:21 PM
|
 |
|
|
Join Date: Jan 2002
Posts: 429
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by integra99
Also, VB changed the way users logout I believe in one of the RC's. The originally just did a /login.php?do=logout and since have updated it to /login.php?do=logout&u=$bbuserinfo[userid]. Make sure to check your templates, or revert them if necessary.
|
So, you mean, change this:
Quote:
login.php?$session[sessionurl]do=logout
|
to this:
Quote:
login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]
|
?
|