prefs->privilege(S_MODERATOR)) { // Can't moderate without being moderator error_page("You are not authorized to moderate this post."); } $postid = get_int('id'); $post = BoincPost::lookup_id($postid); $thread = BoincThread::lookup_id($post->thread); page_head('Forum'); //start form echo "
"; page_tail(); ?>