forked from leftypol/leftypol
[EDIT] added dummy page
This commit is contained in:
parent
b086e47cfc
commit
684b7f8492
2 changed files with 13 additions and 0 deletions
|
@ -986,6 +986,18 @@ function mod_ban_post($board, $delete, $post, $token = false) {
|
|||
mod_page(_('New ban'), 'mod/ban_form.html', $args);
|
||||
}
|
||||
|
||||
function mod_edit_post($board, $post) {
|
||||
global $config, $mod;
|
||||
|
||||
if (!openBoard($board))
|
||||
error($config['error']['noboard']);
|
||||
|
||||
if (!hasPermission($config['mod']['editpost'], $board))
|
||||
error($config['error']['noaccess']);
|
||||
|
||||
error("Unimplemented!");
|
||||
}
|
||||
|
||||
function mod_delete($board, $post) {
|
||||
global $config, $mod;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue