mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-29 09:44:28 +01:00
add timestamp to ?/reports
This commit is contained in:
parent
364f29dc71
commit
c5c1abb47b
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…
Reference in New Issue
Block a user