From 15fc6a7ecf8aeb4dd5a603729eeb8bfaad2df415 Mon Sep 17 00:00:00 2001 From: "torrent.rus.ec@gmail.com" Date: Sun, 20 Nov 2011 19:26:04 +0000 Subject: [PATCH] r326 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Админы и модераторы могут скачать торрент при любом статусе git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@326 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293 --- upload/config.php | 4 ++-- upload/includes/init_bb.php | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/upload/config.php b/upload/config.php index ca07de726..b45c18850 100644 --- a/upload/config.php +++ b/upload/config.php @@ -53,8 +53,8 @@ $bb_cfg = $tr_cfg = $page_cfg = array(); // Increase number of revision after update $bb_cfg['tp_version'] = '2.2 Beta'; -$bb_cfg['tp_release_state'] = 'R325'; -$bb_cfg['tp_release_date'] = '19-11-2011'; +$bb_cfg['tp_release_state'] = 'R326'; +$bb_cfg['tp_release_date'] = '20-11-2011'; // Database $charset = 'utf8'; diff --git a/upload/includes/init_bb.php b/upload/includes/init_bb.php index a6c019ec1..ebdddf767 100644 --- a/upload/includes/init_bb.php +++ b/upload/includes/init_bb.php @@ -305,6 +305,7 @@ $bb_cfg['tor_icons'] = array( ); // Запрет на скачивание +if (!IS_AM) $bb_cfg['tor_frozen'] = array( TOR_CHECKING => true, TOR_CLOSED => true,