mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
r365
вышла git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@365 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
a44c5e03f7
commit
63a4ba3a2d
1 changed files with 2 additions and 1 deletions
|
@ -163,6 +163,7 @@ $tr_cfg = array(
|
|||
'limit_seed_ips' => 0,
|
||||
'limit_leech_ips' => 0,
|
||||
'tor_topic_up' => true,
|
||||
'gold_silver_enabled' => true,
|
||||
);
|
||||
|
||||
$bb_cfg['show_dl_status_in_search'] = true;
|
||||
|
@ -410,7 +411,7 @@ $bb_cfg['show_poster_joined'] = true;
|
|||
$bb_cfg['show_poster_posts'] = true;
|
||||
$bb_cfg['show_poster_from'] = true;
|
||||
$bb_cfg['show_bot_nick'] = false;
|
||||
$bb_cfg['text_buttons'] = true; // replace EDIT, QUOTE... images with text links
|
||||
$bb_cfg['text_buttons'] = false; // replace EDIT, QUOTE... images with text links
|
||||
$bb_cfg['parse_ed2k_links'] = true; // make ed2k links clickable
|
||||
$bb_cfg['post_date_format'] = 'd-M-Y H:i';
|
||||
$bb_cfg['ext_link_new_win'] = true; // open external links in new window
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue