mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-19 21:03:54 -07:00
r70
Исправлена опечатка в дампе (потерялся один апостроф :) ) git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@70 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
ab1f306b68
commit
b694cba467
2 changed files with 2 additions and 2 deletions
|
@ -636,7 +636,7 @@ INSERT INTO `bb_config` VALUES ('report_hack_count', '0');
|
|||
INSERT INTO `bb_config` VALUES ('report_notify', '0');
|
||||
INSERT INTO `bb_config` VALUES ('report_list_admin', '0');
|
||||
INSERT INTO `bb_config` VALUES ('report_new_window', '0');
|
||||
INSERT INTO `bb_config` VALUES ('torrent_pass_private_key', 'вставить_из_конфига_XBTT);
|
||||
INSERT INTO `bb_config` VALUES ('torrent_pass_private_key', 'вставить_из_конфига_XBTT');
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ $bb_cfg['css_ver'] = 1;
|
|||
|
||||
// Increase number of revision after update
|
||||
$bb_cfg['tp_version'] = '2.0.2';
|
||||
$bb_cfg['tp_release_state'] = 'TP II r69';
|
||||
$bb_cfg['tp_release_state'] = 'TP II r70';
|
||||
$bb_cfg['tp_release_date'] = '04-07-2011';
|
||||
|
||||
$bb_cfg['board_disabled_msg'] = 'форум временно отключен'; // 'forums temporarily disabled'; // show this msg if board has been disabled via ON/OFF trigger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue