Added new events: lock and load-config
This commit is contained in:
@@ -685,6 +685,11 @@ function mod_lock($board, $unlock, $post) {
|
||||
}
|
||||
|
||||
header('Location: ?/' . sprintf($config['board_path'], $board) . $config['file_index'], true, $config['redirect_http']);
|
||||
|
||||
if ($unlock)
|
||||
event('unlock', $post);
|
||||
else
|
||||
event('lock', $post);
|
||||
}
|
||||
|
||||
function mod_sticky($board, $unsticky, $post) {
|
||||
@@ -888,7 +893,7 @@ function mod_move($originBoard, $postID) {
|
||||
'thread' => $postID,
|
||||
'op' => false
|
||||
);
|
||||
|
||||
|
||||
$post['body'] = $post['body_nomarkup'] = sprintf($config['mod']['shadow_mesage'], '>>>/' . $targetBoard . '/' . $newID);
|
||||
|
||||
markup($post['body']);
|
||||
|
Reference in New Issue
Block a user