Browse Source

v0.9.4

pull/40/head
Savetheinternet 13 years ago
parent
commit
c9844b86bf
  1. 4
      inc/config.php
  2. 2
      install.php
  3. 2
      mod.php

4
inc/config.php

@ -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

2
install.php

@ -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';

2
mod.php

@ -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>';
}
}

Loading…
Cancel
Save