diff --git a/mod.php b/mod.php index d10575fe..c7239968 100644 --- a/mod.php +++ b/mod.php @@ -1269,6 +1269,7 @@ '
' . 'Board: ' . sprintf($config['board_abbreviation'], $report['uri']) . '
' . 'Reason: ' . $report['reason'] . '
' . + 'Report date: ' . date($config['post_date'], $report['time']) . '
' . 'Reported by: ' . $report['ip'] . '
' . '
' . ($mod['type'] >= $config['mod']['report_dismiss'] ?