Added Feature - Premade Ban Reasons

see 13ac9172e7
This commit is contained in:
discomrade
2022-05-22 19:42:57 -02:00
committed by Zankaria
parent 3ac86a074a
commit 43973862dd
6 changed files with 81 additions and 7 deletions

View File

@@ -1586,6 +1586,7 @@ function mod_ban_post($board, $delete, $post, $token = false) {
'board' => $board,
'delete' => (bool)$delete,
'boards' => listBoards(),
'reasons' => $config['premade_ban_reasons'],
'token' => $security_token
);