PDA

View Full Version : [Fixed] Small code correction in forumdisplay.php



TECK
Fri 3rd May '02, 2:40am
line 617 in forumdisplay.php
the code should be:
$thread['postedby'] = "<a href=\"member.php?s=$session[sessionhash]&action=getinfo&userid=$thread[postuserid]\">$thread[postusername]</a>";instead of:
$thread['postedby'] = "<a href=\"member.php?action=getinfo&userid=$thread[postuserid]\">$thread[postusername]</a>";not sure if it was posted already, or corrected by any dev. just making sure.

Jake Bunce
Fri 3rd May '02, 4:24am
is not having a sessionhash in the link bad?

Chen
Fri 3rd May '02, 8:53am
It's not the end of the world, but it does hurt users with cookies disabled.