Browse Source

add timestamp to ?/reports

pull/40/head
Savetheinternet 13 years ago
parent
commit
9076118d00
  1. 1
      mod.php

1
mod.php

@ -1269,6 +1269,7 @@
'<hr/>' .
'Board: <a href="?/' . $report['uri'] . '/' . $config['file_index'] . '">' . sprintf($config['board_abbreviation'], $report['uri']) . '</a><br/>' .
'Reason: ' . $report['reason'] . '<br/>' .
'Report date: ' . date($config['post_date'], $report['time']) . '<br/>' .
'Reported by: <a href="?/IP/' . $report['ip'] . '">' . $report['ip'] . '</a><br/>' .
'<hr/>' .
($mod['type'] >= $config['mod']['report_dismiss'] ?

Loading…
Cancel
Save