Thread: Can't logout .
View Single Post
  #4  
Old 27th February 2013, 11:16
Chez's Avatar
Chez Chez is offline
Senior Member
 
Join Date: Sep 2011
P2P
Posts: 278
Default
Here:

PHP Code:
<td class="bottom" align="left"><span  class="smallfont"><? print("" .WELCOME_BACK"")?>,  <b><a  href="userdetails.php?id=<?=$CURUSER['id']?>"><?=$CURUSER['username']?></a></b><?=$medaldon?><?=$warn?>&nbsp;  [<a href="logout.php"><? print("" .LOG_OUT.  "")?></a>]<br/>
replace logout.php with:

PHP Code:
logout.php?id=<?=$CURUSER[id]?>
__________________
http://www.bvlist.com/images/avatars/signaturepics/sigpic16443_2.gif
Reply With Quote