mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
r326
Админы и модераторы могут скачать торрент при любом статусе git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@326 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
d348ae9b43
commit
15fc6a7ecf
2 changed files with 3 additions and 2 deletions
|
@ -53,8 +53,8 @@ $bb_cfg = $tr_cfg = $page_cfg = array();
|
||||||
|
|
||||||
// Increase number of revision after update
|
// Increase number of revision after update
|
||||||
$bb_cfg['tp_version'] = '2.2 Beta';
|
$bb_cfg['tp_version'] = '2.2 Beta';
|
||||||
$bb_cfg['tp_release_state'] = 'R325';
|
$bb_cfg['tp_release_state'] = 'R326';
|
||||||
$bb_cfg['tp_release_date'] = '19-11-2011';
|
$bb_cfg['tp_release_date'] = '20-11-2011';
|
||||||
|
|
||||||
// Database
|
// Database
|
||||||
$charset = 'utf8';
|
$charset = 'utf8';
|
||||||
|
|
|
@ -305,6 +305,7 @@ $bb_cfg['tor_icons'] = array(
|
||||||
);
|
);
|
||||||
|
|
||||||
// Запрет на скачивание
|
// Запрет на скачивание
|
||||||
|
if (!IS_AM)
|
||||||
$bb_cfg['tor_frozen'] = array(
|
$bb_cfg['tor_frozen'] = array(
|
||||||
TOR_CHECKING => true,
|
TOR_CHECKING => true,
|
||||||
TOR_CLOSED => true,
|
TOR_CLOSED => true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue