+--------------------------------------------------------------------------------+ | MyBB 1.2.14 - Security Update Patch File | | (c) 2008 MyBB Group. | | | | This patch file fixes a low risk issues in MyBB 1.2.14 | | | | Please follow the instructions documented to manually patch your board. | +--------------------------------------------------------------------------------+ =============== 1. moderation.php =============== Find: -- // Begin! switch($mybb->input['action']) { -- ADD BEFORE: -- if($mybb->request_method != "post" && $mybb->input['action'] != "getip" && $mybb->input['action'] != "reports" && $mybb->input['action'] != "allreports") { error_no_permission(); } -- =============== 2. For each of your template sets under the "showthread_moderationoptions" template =============== Find: --
-- Replace with: -- -- Also Find: -- -- ALL DONE