diff --git a/inc/config.php b/inc/config.php
index e18f329f..78a056d9 100644
--- a/inc/config.php
+++ b/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
diff --git a/install.php b/install.php
index 1946d824..1cc8ed81 100644
--- a/install.php
+++ b/install.php
@@ -1,6 +1,6 @@
) is available! See http://tinyboard.org/ for download instructions.';
+ ') is available! See http://tinyboard.org/ for upgrade instructions.';
}
}