"; exit(); } $thread = getThread($post->thread); if (!isSpecialUser($logged_in_user,0)) { // Can't moderate without being moderator echo "You are not authorized to moderate this post."; exit(); } /* updatePost($post->id, $_POST['content']); if ($post->parent_post==0 and $thread->owner==$logged_in_user->id){ updateThread($thread->id, $_POST['title']); } header('Location: forum_thread.php?id='.$thread->id);*/ } page_head('Forum'); //show_forum_title($forum, $thread, $category->is_helpdesk); //start form echo "
"; page_tail(); ?>