Conflicts:
	inc/functions.php
This commit is contained in:
czaks 2013-08-11 17:49:29 -04:00
commit 8534e2cc80
7 changed files with 156 additions and 12 deletions

View file

@ -705,6 +705,16 @@ function mod_view_thread($boardName, $thread) {
echo $page;
}
function mod_view_thread50($boardName, $thread) {
global $config, $mod;
if (!openBoard($boardName))
error($config['error']['noboard']);
$page = buildThread50($thread, true, $mod);
echo $page;
}
function mod_ip_remove_note($ip, $id) {
global $config, $mod;