This commit is contained in:
Savetheinternet 2011-12-04 13:51:12 +11:00
parent 8d75378785
commit c9844b86bf
3 changed files with 4 additions and 4 deletions

View File

@ -820,8 +820,8 @@
$config['mod']['bumplock'] = MOD;
// View whether a thread has been bumplocked ("-1" to allow non-mods to see too)
$config['mod']['view_bumplock'] = MOD;
// "Move" a thread to another board
$config['mod']['move'] = MOD;
// "Move" a thread to another board (EXPERIMENTAL; has some known bugs)
$config['mod']['move'] = DISABLED;
// Post bypass unoriginal content check on robot-enabled boards
$config['mod']['postunoriginal'] = ADMIN;
// Bypass flood check

View File

@ -1,6 +1,6 @@
<?php
// Installation/upgrade file
define('VERSION', 'v0.9.4-dev-3');
define('VERSION', 'v0.9.4');
require 'inc/functions.php';
require 'inc/display.php';

View File

@ -226,7 +226,7 @@
$latest['massive'] . '.' .
$latest['major'] . '.' .
$latest['minor'] .
'</strong>) is available! See <a href="http://tinyboard.org">http://tinyboard.org/</a> for download instructions.</li>';
'</strong>) is available! See <a href="http://tinyboard.org">http://tinyboard.org/</a> for upgrade instructions.</li>';
}
}