From e087e9afae07ec2249dc8d11ab223da2c5a9b04c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20=C5=81abanowski?= Date: Wed, 23 Jan 2013 18:57:02 +0100 Subject: [PATCH] Revert "[EDIT] added dummy page" This reverts commit a051ca64ababcf49f4eebf9b768b301c9e8cc06e. Conflicts: mod.php --- inc/mod/pages.php | 12 ------------ mod.php | 1 - 2 files changed, 13 deletions(-) diff --git a/inc/mod/pages.php b/inc/mod/pages.php index 139bcb65..daa2f0ab 100644 --- a/inc/mod/pages.php +++ b/inc/mod/pages.php @@ -986,18 +986,6 @@ 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; diff --git a/mod.php b/mod.php index 262ffe92..d897d474 100644 --- a/mod.php +++ b/mod.php @@ -65,7 +65,6 @@ $pages = array( '/([\w+.]+)/deletefile/(\d+)' => 'secure deletefile', // delete file from post '/([\w+.]+)/deletebyip/(\d+)(/global)?' => 'secure deletebyip', // delete all posts by IP address '/([\w+.]+)/(un)?lock/(\d+)' => 'secure lock', // lock thread - '/([\w+.]+)/edit/(\d+)' => 'secure edit_post', // edit post '/([\w+.]+)/(un)?sticky/(\d+)' => 'secure sticky', // sticky thread '/([\w+.]+)/bump(un)?lock/(\d+)' => 'secure bumplock', // "bumplock" thread