Code Duplication    Length = 2-2 lines in 2 locations

Sources/Post.php 2 locations

@@ 2226-2227 (lines=2) @@
2223
	// Return to post if the mod is on.
2224
	if (isset($_REQUEST['msg']) && !empty($_REQUEST['goback']))
2225
		redirectexit('topic=' . $topic . '.msg' . $_REQUEST['msg'] . '#msg' . $_REQUEST['msg'], isBrowser('ie'));
2226
	elseif (!empty($_REQUEST['goback']))
2227
		redirectexit('topic=' . $topic . '.new#new', isBrowser('ie'));
2228
	// Dut-dut-duh-duh-DUH-duh-dut-duh-duh!  *dances to the Final Fantasy Fanfare...*
2229
	else
2230
		redirectexit('board=' . $board . '.0');
@@ 2421-2422 (lines=2) @@
2418
		logAction('announce_topic', array('topic' => $topic), 'user');
2419
		if (!empty($_REQUEST['move']) && allowedTo('move_any'))
2420
			redirectexit('action=movetopic;topic=' . $topic . '.0' . (empty($_REQUEST['goback']) ? '' : ';goback'));
2421
		elseif (!empty($_REQUEST['goback']))
2422
			redirectexit('topic=' . $topic . '.new;boardseen#new', isBrowser('ie'));
2423
		else
2424
			redirectexit('board=' . $board . '.0');
2425
	}