Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Bug in comments.php?
line 80 (with some context):
Why is there a header() function call in there? That can't be right, can it?
if ($Context->Session->User->Permission("PERMISSION_STICK_DISCUSSIONS")) {
header('CanSink: true');
$StickyText = $Context->GetDefinition("MakeThisDiscussion".($CommentGrid->Discussion->Sticky?"Unsticky":"Sticky"));
$Panel->AddListItem($Options,
Why is there a header() function call in there? That can't be right, can it?
0