// check for visible / deleted threadif ((!$thread['visible'] AND !can_moderate($thread['forumid'], 'canmoderateposts')) OR ($thread['isdeleted'] AND !can_moderate($thread['forumid']))){ exec_header_redirect('vbbnotfound.php'); }