Code Duplication    Length = 5-5 lines in 2 locations

htdocs/modules/system/class/thumbs/phpthumb.class.php 2 locations

@@ 4084-4088 (lines=5) @@
4081
		}
4082
		$DebugOutput[] = '';
4083
4084
		if (isset($_GET) && is_array($_GET)) {
4085
			foreach ($_GET as $key => $value) {
4086
				$DebugOutput[] = '$_GET['.$key.']'.str_repeat(' ', 30 - strlen($key)).'= '.$this->phpThumbDebugVarDump($value);
4087
			}
4088
		}
4089
		if (isset($_POST) && is_array($_POST)) {
4090
			foreach ($_POST as $key => $value) {
4091
				$DebugOutput[] = '$_POST['.$key.']'.str_repeat(' ', 29 - strlen($key)).'= '.$this->phpThumbDebugVarDump($value);
@@ 4089-4093 (lines=5) @@
4086
				$DebugOutput[] = '$_GET['.$key.']'.str_repeat(' ', 30 - strlen($key)).'= '.$this->phpThumbDebugVarDump($value);
4087
			}
4088
		}
4089
		if (isset($_POST) && is_array($_POST)) {
4090
			foreach ($_POST as $key => $value) {
4091
				$DebugOutput[] = '$_POST['.$key.']'.str_repeat(' ', 29 - strlen($key)).'= '.$this->phpThumbDebugVarDump($value);
4092
			}
4093
		}
4094
		$DebugOutput[] = '';
4095
4096
		$DebugOutput[] = '$this->debugmessages:';