mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
r528
rutracker_style по дефолту отключен git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@528 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
58089edbfe
commit
99d96814ca
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ $domain_name = (!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : $do
|
||||||
// Increase number of revision after update
|
// Increase number of revision after update
|
||||||
$bb_cfg['tp_version'] = '2.5 (unstable)';
|
$bb_cfg['tp_version'] = '2.5 (unstable)';
|
||||||
$bb_cfg['tp_release_date'] = '01-08-2013';
|
$bb_cfg['tp_release_date'] = '01-08-2013';
|
||||||
$bb_cfg['tp_release_state'] = 'R527';
|
$bb_cfg['tp_release_state'] = 'R528';
|
||||||
|
|
||||||
// Database
|
// Database
|
||||||
$charset = 'utf8';
|
$charset = 'utf8';
|
||||||
|
@ -178,7 +178,7 @@ $bb_cfg['allow_dl_list_names_mode'] = true;
|
||||||
|
|
||||||
// Torrents
|
// Torrents
|
||||||
$bb_cfg['torrent_sign'] = ''; // e.g. "[yoursite.com]"
|
$bb_cfg['torrent_sign'] = ''; // e.g. "[yoursite.com]"
|
||||||
$bb_cfg['torrent_style'] = true;
|
$bb_cfg['torrent_style'] = false;
|
||||||
$bb_cfg['tor_help_links'] = '';
|
$bb_cfg['tor_help_links'] = '';
|
||||||
|
|
||||||
// Сколько дней сохранять торрент зарегистрированным / Days to keep torrent registered, if:
|
// Сколько дней сохранять торрент зарегистрированным / Days to keep torrent registered, if:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue