Vergleich report.php - 1.8.1 - 1.8.2

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 31Zeile 31

if(!empty($mybb->input['type']))
{


if(!empty($mybb->input['type']))
{

	$report_type = $mybb->get_input('type');

	$report_type = htmlspecialchars_uni($mybb->get_input('type'));

}

$report_title = $lang->report_content;

}

$report_title = $lang->report_content;